6 lines
257 B
CMake
6 lines
257 B
CMake
if(EXISTS "/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/antlr4_tests[1]_tests.cmake")
|
|
include("/Users/parrt/antlr/code/antlr4/runtime/Cpp/runtime/antlr4_tests[1]_tests.cmake")
|
|
else()
|
|
add_test(antlr4_tests_NOT_BUILT antlr4_tests_NOT_BUILT)
|
|
endif()
|