mirror of
https://git.recroomarchive.org/Radium/libradhook.git
synced 2026-08-07 09:10:59 +00:00
build changes
This commit is contained in:
@@ -66,6 +66,13 @@ target_link_options(radhook PRIVATE
|
||||
>
|
||||
)
|
||||
|
||||
if(MSVC)
|
||||
target_sources(radhook PRIVATE resources/version.rc)
|
||||
else()
|
||||
configure_file(cmake/watermark.cpp.i ${CMAKE_BINARY_DIR}/generated/watermark.cpp @ONLY)
|
||||
target_sources(radhook PRIVATE ${CMAKE_BINARY_DIR}/generated/watermark.cpp)
|
||||
endif()
|
||||
|
||||
set_target_properties(radhook PROPERTIES
|
||||
CXX_VISIBILITY_PRESET hidden
|
||||
VISIBILITY_INLINES_HIDDEN YES
|
||||
|
||||
Reference in New Issue
Block a user