Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…t-Communication into develop
  • Loading branch information
redradist committed Jun 1, 2021
2 parents 37db681 + 09c47f2 commit db1e305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ if(ICC_BUILD_SHARED)
target_compile_definitions(${PROJECT_NAME} PUBLIC ICC_SHARED_LIBRARY)
set(ICC_LIBRARY_NAME ${PROJECT_NAME})
else()
add_library(${PROJECT_NAME} STATIC ${ICC_SOURCE_FILES})
set(ICC_LIBRARY_NAME ${PROJECT_NAME})
add_library(${PROJECT_NAME}_static STATIC ${ICC_SOURCE_FILES})
set(ICC_LIBRARY_NAME ${PROJECT_NAME}_static)
endif()
target_compile_definitions(${ICC_LIBRARY_NAME} PRIVATE -DICC_LIBRARY)
target_include_directories(${ICC_LIBRARY_NAME}
Expand Down

0 comments on commit db1e305

Please sign in to comment.