Changeset 13800 for branches/dev-5819/RuntimeLibrary/src/jmi/CMakeLists.txt
- Timestamp:
- Oct 22, 2019 11:31:16 AM (8 weeks ago)
- Location:
- branches/dev-5819
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev-5819
- Property svn:mergeinfo changed
-
branches/dev-5819/RuntimeLibrary/src
- Property svn:mergeinfo changed
/branches/dev-cw-evaluator/RuntimeLibrary/src (added) merged: 13436,13440,13465,13534,13548,13553,13562,13570,13572-13573,13602,13712 /trunk/RuntimeLibrary/src merged: 13700,13703,13719
- Property svn:mergeinfo changed
-
branches/dev-5819/RuntimeLibrary/src/jmi/CMakeLists.txt
r12148 r13800 202 202 203 203 #Install the libraries 204 install(TARGETS jmi 205 DESTINATION "${RTLIB_LIB_DIR}") 204 if (NOT MSVC) 205 install(TARGETS jmi 206 DESTINATION "${RTLIB_LIB_DIR}") 207 endif() 206 208 207 209 #Install header files … … 247 249 248 250 #Install the libraries 249 install(TARGETS ModelicaExternalC ModelicaStandardTables ModelicaIO ModelicaMatIO zlib 250 DESTINATION "${RTLIB_LIB_DIR}") 251 if (NOT MSVC) 252 install(TARGETS ModelicaExternalC ModelicaStandardTables ModelicaIO ModelicaMatIO zlib 253 DESTINATION "${RTLIB_LIB_DIR}") 254 endif() 251 255 252 256 install(DIRECTORY "${MSLCSOURCES}/"
Note: See TracChangeset
for help on using the changeset viewer.