Skip to content
Snippets Groups Projects
Commit e447e023 authored by Nicky's avatar Nicky
Browse files

CMake 3.8.0 compatibility

parent 248b6a25
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
...@@ -38,6 +38,6 @@ if (USE_BUGSPLAT) ...@@ -38,6 +38,6 @@ if (USE_BUGSPLAT)
set(BUGSPLAT_DB "" CACHE STRING "BugSplat crash database name") set(BUGSPLAT_DB "" CACHE STRING "BugSplat crash database name")
set_target_include_dirs( bugsplat::bugsplat ${LIBS_PREBUILT_DIR}/include/bugsplat) set_target_include_dirs( bugsplat::bugsplat ${LIBS_PREBUILT_DIR}/include/bugsplat)
target_compile_definitions( bugsplat::bugsplat INTERFACE LL_BUGSPLAT) set_property( TARGET bugsplat::bugsplat APPEND PROPERTY INTERFACE_COMPILE_DEFINITIONS LL_BUGSPLAT)
endif (USE_BUGSPLAT) endif (USE_BUGSPLAT)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment