freebsd_amp_hwpstate/runtime/CMakeLists.txt

12 lines
250 B
CMake

# TODO: Set the install directory.
set(known_subdirs
"compiler-rt"
)
foreach (dir ${known_subdirs})
if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${dir}/CMakeLists.txt)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/${dir})
endif()
endforeach()