cmake/Tests/Testing/Sub/Sub2/CMakeLists.txt

6 lines
108 B
CMake
Raw Normal View History

#
# Add test
#
ADD_EXECUTABLE(testing2 testing2.cxx)
2009-10-04 10:30:41 +03:00
ADD_TEST(testing.2 ${Testing_BINARY_DIR}/bin/testing2)