mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Merge pull request #1020 from ianhbell/master
Add target_link_libraries to CMakeLists.txt
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user