Skip to content

Commit

Permalink
Merge pull request mfreiholz#3 from XenotriX/bugfix/cmake_static_lib
Browse files Browse the repository at this point in the history
Partially reverse previous change
  • Loading branch information
Tectu committed Oct 22, 2019
2 parents 0d3ec46 + 136d6d9 commit fe64f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ if(BUILD_STATIC)
target_compile_definitions(qtadvanceddocking PUBLIC ADS_STATIC)
else()
add_library(qtadvanceddocking SHARED ${ads_SRCS})
target_compile_definitions(qtadvanceddocking PUBLIC ADS_SHARED_EXPORT)
set(ads_COMPILE_DEFINE ${ads_COMPILE_DEFINE} ADS_SHARED_EXPORT)
endif()
install(FILES ${ads_INSTALL_INCLUDE}
DESTINATION include
Expand Down

0 comments on commit fe64f40

Please sign in to comment.