You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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")
|