cmake-d/tests/app_7/CMakeLists.txt
2016-08-06 18:07:17 +02:00

3 lines
83 B
CMake

# A more complex library test.
add_executable(app_7 app_7.d)
add_test(app_7 app_7)