summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/target_sources/CMP0076-WARN.cmake
blob: 20f1d5e34915f5fcd3623f1c3968099c8b3f9368 (plain)
1
2
3
4
5
6
add_library(publiclib)

add_subdirectory(CMP0076-WARN)

add_executable(main main.cpp)
target_link_libraries(main publiclib)