Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
65fb29fdfbe1663fe0f050214c43bf24238fbbfe
/
.
/
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)