mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
5 lines
107 B
CMake
5 lines
107 B
CMake
|
|
cmake_policy(SET CMP0038 NEW)
|
|
add_library(self_link empty.cpp)
|
|
target_link_libraries(self_link self_link)
|