Changeset 13436
- Timestamp:
- Sep 9, 2019 9:52:41 PM (3 months ago)
- Location:
- branches/dev-cw-evaluator/RuntimeLibrary
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev-cw-evaluator/RuntimeLibrary/CMakeLists.txt
r9663 r13436 55 55 if(" ${CMAKE_C_FLAGS} " MATCHES " -m64 ") 56 56 set(RTLIB_LIB_DIR ${JMODELICA_INSTALL_DIR}/lib/RuntimeLibrary64) 57 set(RTLIB_BIN_DIR ${JMODELICA_INSTALL_DIR}/bin64) 57 58 else() 58 59 set(RTLIB_LIB_DIR ${JMODELICA_INSTALL_DIR}/lib/RuntimeLibrary) 60 set(RTLIB_BIN_DIR ${JMODELICA_INSTALL_DIR}/bin) 59 61 endif() 60 62 install(CODE "file(MAKE_DIRECTORY $ENV{DESTDIR}${RTLIB_LIB_DIR})") … … 91 93 add_subdirectory(src/modules) 92 94 95 #Add evaluator 96 include_directories(src/evaluator) 97 add_subdirectory(src/evaluator) 93 98 94 99 if(EXTRA_RUNTIME_MODULES)
Note: See TracChangeset
for help on using the changeset viewer.