4 lines
103 B
Text
4 lines
103 B
Text
|
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
|
||
|
add_subdirectory(${LIBC_TARGET_OS})
|
||
|
endif()
|