Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
CMP0026
/
CMP0026-CONFIG-LOCATION-NEW.cmake
blob: 1b373e75dffae31379dcfbbc238dc3c0de877c1b [
file
] [
log
] [
blame
]
enable_language
(
CXX
)
cmake_policy
(
SET CMP0026 NEW
)
add_library
(
somelib empty
.
cpp
)
get_target_property
(
_loc somelib
Debug_LOCATION
)