diff options
author | phunkyfish <phunkyfish@gmail.com> | 2020-07-28 09:28:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-28 09:28:31 +0100 |
commit | 16393bf6cdfdbdb12b9e6a37758529555a95c752 (patch) | |
tree | b7195c9fd8a39b22fa42562f332745c6a998c1e4 /cmake | |
parent | db40b2ade4b6e13d6fead7004e819325e2ea0f0b (diff) | |
parent | 8ba3e2881069b54abdad2310dc1e2b0d42ffb07e (diff) |
Merge pull request #18181 from phunkyfish/binary-origin-addons
[addons] Detect binary addons and Origin Type and set properties to be accessed in skins
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/scripts/common/ArchSetup.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/scripts/common/ArchSetup.cmake b/cmake/scripts/common/ArchSetup.cmake index 2e1eb128ad..057361180e 100644 --- a/cmake/scripts/common/ArchSetup.cmake +++ b/cmake/scripts/common/ArchSetup.cmake @@ -144,3 +144,5 @@ if(NOT MSVC) add_options(ALL_LANGUAGES DEBUG "-g" "-D_DEBUG") endif() +# set for compile info to help detect binary addons +set(APP_SHARED_LIBRARY_SUFFIX "${CMAKE_SHARED_LIBRARY_SUFFIX}") |