Merge pull request #1020 from ianhbell/master

Add target_link_libraries to CMakeLists.txt
This commit is contained in:
Ian Bell
2016-04-07 17:19:40 -06:00

View File

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