CMake/Tests/RunCMake/CMP0028/CMP0028-WARN.cmake

4 lines
81 B
CMake

add_library(foo empty.cpp)
target_link_libraries(foo PRIVATE External::Library)