Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
CMP0022
/
dep3
/
CMakeLists.txt
blob: e85cb5431b3c316f7b7d2d04fde4024ab516743f [
file
] [
log
] [
blame
]
link_libraries(dep1)
add_library(dep3 ../empty_vs6_3.cpp)
target_link_libraries(dep3 dep2)