eccfc0d185
The test executable returns with an error, so indicate this in the source name.
6 lines
250 B
CMake
6 lines
250 B
CMake
add_executable(generated_exe_in_subdir_added_to_test_without_genex
|
|
${CMAKE_CURRENT_SOURCE_DIR}/../simple_src_exiterror.cxx)
|
|
|
|
add_executable(generated_exe_in_subdir_added_to_test_with_genex
|
|
${CMAKE_CURRENT_SOURCE_DIR}/../simple_src_exiterror.cxx)
|