CMakeLists.txt 103 Bytes Raw Blame History Permalink 1 2 3 if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS}) add_subdirectory(${LIBC_TARGET_OS}) endif()