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