cmake/Tests/Dependency/Exec3/CMakeLists.txt

7 lines
226 B
CMake
Raw Normal View History

# Here, Five already has it's immediate dependency, Two satisfied. We must
# make sure Two gets output anyway, because Eight indirectly depends on it.
2013-03-16 19:13:01 +02:00
link_libraries( Five Two Eight Five )
2013-03-16 19:13:01 +02:00
add_executable( exec3 ExecMain.c )