[profiling] Move option declarations into headers
[llvm-project.git] / llvm / include / CMakeLists.txt
blob06da8dcc2609745401c4e94e880013a11b69ddae
1 add_subdirectory(llvm)
3 # If we're doing an out-of-tree build, copy a module map for generated
4 # header files into the build area.
5 if (NOT "${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
6   configure_file(module.modulemap.build module.modulemap COPYONLY)
7 endif (NOT "${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")