Install index.html for Javascript

This commit is contained in:
Ian Bell
2015-01-30 04:47:51 -07:00
parent b81bb96c4e
commit fa7af84ffc

View File

@@ -869,6 +869,7 @@ if (COOLPROP_JAVASCRIPT_MODULE)
add_dependencies (coolprop generate_headers)
SET_TARGET_PROPERTIES(coolprop PROPERTIES PREFIX "" SUFFIX .js)
install (TARGETS coolprop DESTINATION ${CMAKE_INSTALL_PREFIX}/Javascript)
install (FILES "${CMAKE_SOURCE_DIR}/Web/coolprop/wrappers/Javascript/index.html" DESTINATION ${CMAKE_INSTALL_PREFIX}/Javascript)
endif()
if (COOLPROP_MATHEMATICA_MODULE)