Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
CMP0022
/
CMP0022-export-exe.cmake
blob: d832faceb57e6b5ecec2e8c840d069d7f970396b [
file
] [
log
] [
blame
]
enable_language
(
CXX
)
cmake_policy
(
SET CMP0022 NEW
)
add_library
(
testLib empty_vs6_1
.
cpp
)
add_executable
(
testExe empty_vs6_2
.
cpp
)
target_link_libraries
(
testExe testLib
)
export
(
TARGETS testExe FILE
"${CMAKE_CURRENT_BINARY_DIR}/cmp0022NEW-exe.cmake"
)