summaryrefslogtreecommitdiff
path: root/Tests/PreOrder/CMakeLists.txt
blob: 8b4c43954b359d886ce0986ad6411845c9d5b494 (plain)
1
2
3
4
5
6
# a simple test case
project (PreOrder)
set(CMAKE_IGNORE_DEPENDENCIES_ORDERING 1)
add_subdirectory(Library)
add_executable (PreOrder simple.cxx)
target_link_libraries(PreOrder simpleLib)