mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-15 04:00:56 +00:00
920e127e02
Summary: These link dependencies are required for shared library builds to work correctly. Reviewers: clementval Reviewed By: clementval Subscribers: mgorny, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D83938
39 lines
574 B
CMake
39 lines
574 B
CMake
|
|
add_flang_library(FortranParser
|
|
Fortran-parsers.cpp
|
|
char-buffer.cpp
|
|
char-block.cpp
|
|
char-set.cpp
|
|
characters.cpp
|
|
debug-parser.cpp
|
|
executable-parsers.cpp
|
|
expr-parsers.cpp
|
|
instrumented-parser.cpp
|
|
io-parsers.cpp
|
|
message.cpp
|
|
openacc-parsers.cpp
|
|
openmp-parsers.cpp
|
|
parse-tree.cpp
|
|
parsing.cpp
|
|
preprocessor.cpp
|
|
prescan.cpp
|
|
program-parsers.cpp
|
|
provenance.cpp
|
|
source.cpp
|
|
token-sequence.cpp
|
|
tools.cpp
|
|
unparse.cpp
|
|
user-state.cpp
|
|
|
|
LINK_LIBS
|
|
FortranCommon
|
|
|
|
LINK_COMPONENTS
|
|
Support
|
|
FrontendOpenACC
|
|
|
|
DEPENDS
|
|
omp_gen
|
|
acc_gen
|
|
)
|