Skip to content

Commit

Permalink
Merge pull request #1020 from ianhbell/master
Browse files Browse the repository at this point in the history
Add target_link_libraries to CMakeLists.txt
  • Loading branch information
ibell committed Apr 7, 2016
2 parents c3f2867 + 9854f99 commit a697c11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Expand Up @@ -326,6 +326,8 @@ IF ( COOLPROP_OBJECT_LIBRARY OR COOLPROP_STATIC_LIBRARY OR COOLPROP_SHARED_LIBRA
### All options are set, we are building a library ###
ADD_DEPENDENCIES(${LIB_NAME} generate_headers)
#
# Add target include directories for easy linking with other applications
target_include_directories(${LIB_NAME} PUBLIC ${APP_INCLUDE_DIRS})

# Set the bitness
IF (NOT MSVC)
Expand Down

0 comments on commit a697c11

Please sign in to comment.