Skip to content

Commit

Permalink
Partially reverse previous change
Browse files Browse the repository at this point in the history
  • Loading branch information
XenotriX committed Oct 22, 2019
1 parent 0d3ec46 commit 136d6d9
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 136d6d9

Please sign in to comment.