bolt/deps/llvm-18.1.8/libc/startup/CMakeLists.txt
2025-02-14 19:21:04 +01:00

3 lines
103 B
CMake

if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
add_subdirectory(${LIBC_TARGET_OS})
endif()