6 lines
94 B
CMake
6 lines
94 B
CMake
if( NOT LLVM_BUILD_RUNTIME )
|
|
set(EXCLUDE_FROM_ALL ON)
|
|
endif()
|
|
|
|
add_subdirectory(libprofile)
|