Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
084aa40ecb4ce50029db61b19b7ed614d59d0a0d
/
.
/
Tests
/
PreOrder
/
CMakeLists.txt
blob: 8b4c43954b359d886ce0986ad6411845c9d5b494 [
file
] [
log
] [
blame
]
# 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)