That if(EXISTS ...) works only with full paths was missed in couple of places a in recent cleanup.
6 lines
151 B
CMake
6 lines
151 B
CMake
add_libc_testsuite(libc_linux_tests)
|
|
|
|
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_MACHINE})
|
|
add_subdirectory(${LIBC_TARGET_MACHINE})
|
|
endif()
|