bolt/deps/llvm-18.1.8/libc/startup/CMakeLists.txt

4 lines
103 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
add_subdirectory(${LIBC_TARGET_OS})
endif()