Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
CMP0022
/
CMP0022-export-exe.cmake
blob: 70dc6fa344bca66194c987d62e922a4606fafa3e [
file
] [
edit
]
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}/cmp0022NEW-exe.cmake"
)