# HG changeset patch # User bgo-osimis # Date 1550999498 -3600 # Node ID d79f78971fae5a47a011899a25365496a9e747e8 # Parent 8b6ceae45ba0e7098646414e5b078426aaebde15 Fixed cmake (removed missing useless file) diff -r 8b6ceae45ba0 -r d79f78971fae Resources/CodeGeneration/testCppHandler/CMakeLists.txt --- a/Resources/CodeGeneration/testCppHandler/CMakeLists.txt Sat Feb 23 15:04:29 2019 +0100 +++ b/Resources/CodeGeneration/testCppHandler/CMakeLists.txt Sun Feb 24 10:11:38 2019 +0100 @@ -16,7 +16,7 @@ include(${CMAKE_BINARY_DIR}/conanbuildinfo_multi.cmake) conan_basic_setup() -add_executable(testCppHandler main.cpp OsDumpers.hpp ${CMAKE_CURRENT_BINARY_DIR}/VsolMessages_generated.hpp ${testCppHandler_Codegen_Deps}) +add_executable(testCppHandler main.cpp ${CMAKE_CURRENT_BINARY_DIR}/VsolMessages_generated.hpp ${testCppHandler_Codegen_Deps}) target_include_directories(testCppHandler PUBLIC ${CMAKE_BINARY_DIR})