Skip to content

Commit

Permalink
Added copy folder code
Browse files Browse the repository at this point in the history
  • Loading branch information
Rod-Persky committed Jun 26, 2015
1 parent a8d18dc commit 2bdec93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ if(UNIX OR MINGW)
SET_COMPILE_FLAG(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS}" Fortran "-ffast-math -fno-common -ffloat-store")
endif()

file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/fluids" DESTINATION "${CMAKE_BINARY_DIR}")
file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/mixtures" DESTINATION "${CMAKE_BINARY_DIR}")

include_directories("${CMAKE_CURRENT_SOURCE_DIR}/fortran")
add_library(REFPRP64 SHARED ${refprop_files})
add_executable(RGPTableGen ${refprop_files} "${CMAKE_CURRENT_SOURCE_DIR}/RGP.f90")

0 comments on commit 2bdec93

Please sign in to comment.