diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-05-16 03:31:00 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-05-16 03:31:00 +0200 |
commit | 6faab6ff960e2dd04aa35e8ef1aa62bce2976725 (patch) | |
tree | e23afb50b7091cb15b00a37020a7080be352fa83 /proto-fsuipc | |
parent | bb664a1e794860fe86c2bca6d8e92d78fade1dd8 (diff) |
add otr_prop for appending property strings
Diffstat (limited to 'proto-fsuipc')
-rw-r--r-- | proto-fsuipc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-fsuipc/CMakeLists.txt b/proto-fsuipc/CMakeLists.txt index 24006644..99e362aa 100644 --- a/proto-fsuipc/CMakeLists.txt +++ b/proto-fsuipc/CMakeLists.txt @@ -5,7 +5,7 @@ if(WIN32) target_link_libraries(opentrack-proto-fsuipc ${SDK_FSUIPC}/FSUIPC_User.lib) target_include_directories(opentrack-proto-fsuipc SYSTEM PUBLIC ${SDK_FSUIPC}) if(MSVC) - set_property(TARGET opentrack-proto-fsuipc APPEND_STRING PROPERTY LINK_FLAGS " /NODEFAULTLIB:LIBC.lib") + otr_prop(TARGET opentrack-proto-fsuipc LINK_FLAGS "/NODEFAULTLIB:LIBC.lib") endif() endif() endif() |