index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
CMP0022
/
dep3
/
CMakeLists.txt
blob: e85cb5431b3c316f7b7d2d04fde4024ab516743f (
plain
)
1
2
3
4
5
link_libraries(dep1) add_library(dep3 ../empty_vs6_3.cpp) target_link_libraries(dep3 dep2)