Skip to content

Commit

Permalink
fix for missing FactoryExport include
Browse files Browse the repository at this point in the history
  • Loading branch information
niklwors committed Sep 2, 2015
1 parent 14b86ba commit 3a5180c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SimulationRuntime/cpp/Core/Solver/CMakeLists.txt
Expand Up @@ -26,6 +26,7 @@ install (FILES
${CMAKE_SOURCE_DIR}/Include/Core/Solver/SolverSettings.h
${CMAKE_SOURCE_DIR}/Include/Core/Solver/SolverDefaultImplementation.h
${CMAKE_SOURCE_DIR}/Include/Core/Solver/SystemStateSelection.h
${CMAKE_SOURCE_DIR}/Include/Core/Solver/SimulationMonitor.h
${CMAKE_SOURCE_DIR}/Include/Core/Solver/SimulationMonitor.h
${CMAKE_SOURCE_DIR}/Include/Core/Solver/FactoryExport.h
DESTINATION include/omc/cpp/Core/Solver)

0 comments on commit 3a5180c

Please sign in to comment.