Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
CMP0022
/
CMP0022-NOWARN-exe.cmake
blob: b0268c84282e13046d75ecea786fb6e86b2570b8 [
file
] [
log
] [
blame
]
enable_language
(
CXX
)
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}/cmp0022NOWARN-exe.cmake"
)