mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-04 08:46:09 +00:00
Minor fix for app-lib flags in CMakeLists.txt file
This commit is contained in:
parent
911589111e
commit
8b215235c7
@ -684,8 +684,10 @@ if(ENABLE_STEAM)
|
||||
endif()
|
||||
|
||||
if(ENABLE_SENTRY)
|
||||
target_compile_definitions(app-lib PUBLIC -DENABLE_SENTRY -DSENTRY_BUILD_STATIC=1)
|
||||
target_compile_definitions(app-lib PUBLIC -DSENTRY_DNS="${SENTRY_DNS}" -DSENTRY_BUILD_STATIC=1)
|
||||
target_compile_definitions(app-lib PUBLIC
|
||||
-DENABLE_SENTRY
|
||||
-DSENTRY_BUILD_STATIC=1
|
||||
-DSENTRY_DNS="${SENTRY_DNS}")
|
||||
add_subdirectory(${SENTRY_DIR} sentry)
|
||||
target_link_libraries(app-lib sentry)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user