comparison Resources/CodeGeneration/testCppHandler/CMakeLists.txt @ 497:d79f78971fae bgo-commands-codegen

Fixed cmake (removed missing useless file)
author bgo-osimis
date Sun, 24 Feb 2019 10:11:38 +0100
parents 6405435480ae
children 1dbf2d9ed1e4
comparison
equal deleted inserted replaced
496:8b6ceae45ba0 497:d79f78971fae
14 ) 14 )
15 15
16 include(${CMAKE_BINARY_DIR}/conanbuildinfo_multi.cmake) 16 include(${CMAKE_BINARY_DIR}/conanbuildinfo_multi.cmake)
17 conan_basic_setup() 17 conan_basic_setup()
18 18
19 add_executable(testCppHandler main.cpp OsDumpers.hpp ${CMAKE_CURRENT_BINARY_DIR}/VsolMessages_generated.hpp ${testCppHandler_Codegen_Deps}) 19 add_executable(testCppHandler main.cpp ${CMAKE_CURRENT_BINARY_DIR}/VsolMessages_generated.hpp ${testCppHandler_Codegen_Deps})
20 20
21 target_include_directories(testCppHandler PUBLIC ${CMAKE_BINARY_DIR}) 21 target_include_directories(testCppHandler PUBLIC ${CMAKE_BINARY_DIR})
22 22
23 conan_target_link_libraries(testCppHandler) 23 conan_target_link_libraries(testCppHandler)
24 24