Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
CMP0038
/
CMP0038-NEW.cmake
blob: 6296b839a214696f960a4bff96388ec6aa442a55 [
file
] [
log
] [
blame
]
cmake_policy
(
SET CMP0038 NEW
)
add_library
(
self_link empty
.
cpp
)
target_link_libraries
(
self_link self_link
)