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:
Ian Bell
2014-08-05 12:06:29 +02:00
parent 5df9b0fdcf
commit c506fdd3be
2 changed files with 4 additions and 1 deletions

View File

@@ -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.