mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Added coolpropsi function to EES wrapper and added COOLPROP_EES installer to CMake install listing
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -222,7 +222,10 @@ if (COOLPROP_EES_MODULE)
|
||||
POST_BUILD
|
||||
COMMAND Compil32.exe /cc BuildInnoInstaller.iss
|
||||
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}")
|
||||
install (TARGETS ${CMAKE_CURRENT_BINARY_DIR}/Output/SetupCOOLPROP_EES.exe DESTINATION EES/${CMAKE_SYSTEM_NAME})
|
||||
# install the generated executable installer from InnoSetup
|
||||
install(
|
||||
CODE "file( INSTALL ${CMAKE_CURRENT_BINARY_DIR}/Output/SetupCOOLPROP_EES.exe DESTINATION ${CMAKE_INSTALL_PREFIX}/EES/${CMAKE_SYSTEM_NAME} )"
|
||||
)
|
||||
endif()
|
||||
|
||||
if (COOLPROP_OCTAVE_MODULE)
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user