Changeset 0476685a in OpenModelica


Ignore:
Timestamp:
2020-10-21T14:04:15+02:00 (3 years ago)
Author:
Mahder Gebremedhin <mahder.gebremedhin@…>
Children:
c3c1ac1
Parents:
c251417
git-author:
Mahder Gebremedhin <mahder.gebremedhin@…> (07/12/20 20:34:30)
git-committer:
Mahder Gebremedhin <mahder.gebremedhin@…> (10/21/20 14:04:15)
Message:

[cmake] Added an interface include to fmilib.

  • There is an inteface include directory defined for fmilib in 3rdParty/CMakeLists.txt. That means we do not need to explicitly add the include directory here. Until FMIL sorts out their configuration usage we can deal with it like this.
  • 3rdParty module is updated.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • OMCompiler/SimulationRuntime/c/CMakeLists.txt

    rb9156e9 r0476685a  
    3737
    3838
    39 # FMIL is BAD at using cmake. We need things like this.
    40 target_include_directories(OpenModelicaFMIRuntimeC PUBLIC ${FMILibrary_SOURCE_DIR}/install/include)
    4139target_link_libraries(OpenModelicaFMIRuntimeC PUBLIC omc::3rd::fmilib::shared)
    4240target_link_libraries(OpenModelicaFMIRuntimeC PUBLIC OpenModelicaRuntimeC)
Note: See TracChangeset for help on using the changeset viewer.