mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
8 lines
219 B
CMake
8 lines
219 B
CMake
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")
|