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

4 lines
77 B
CMake

add_library(self_link empty.cpp)
target_link_libraries(self_link self_link)