File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
quest_composition_layer_quad/app/cpp
quest_interaction_locomotion/app/cpp Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ add_library(native_app_glue STATIC
11
11
set (CMAKE_CXX_STANDARD 17 )
12
12
set (CMAKE_CXX_VISIBILITY_PRESET default )
13
13
14
- # To prevent errors when loading the native activity, ensure library name is the same in debug builds
14
+ # To prevent errors when loading the native activity, ensure library name is the same in all builds
15
15
set (CMAKE_DEBUG_POSTFIX "" )
16
+ set (CMAKE_RELWITHDEBINFO_POSTFIX "" )
16
17
17
18
# find vsg
18
19
add_subdirectory ("${CMAKE_CURRENT_SOURCE_DIR} /../../../../../VulkanSceneGraph" vsg )
Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ add_library(native_app_glue STATIC
11
11
set (CMAKE_CXX_STANDARD 17 )
12
12
set (CMAKE_CXX_VISIBILITY_PRESET default )
13
13
14
- # To prevent errors when loading the native activity, ensure library name is the same in debug builds
14
+ # To prevent errors when loading the native activity, ensure library name is the same in all builds
15
15
set (CMAKE_DEBUG_POSTFIX "" )
16
+ set (CMAKE_RELWITHDEBINFO_POSTFIX "" )
16
17
17
18
# find vsg
18
19
add_subdirectory ("${CMAKE_CURRENT_SOURCE_DIR} /../../../../../VulkanSceneGraph" vsg )
Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ add_library(native_app_glue STATIC
11
11
set (CMAKE_CXX_STANDARD 17 )
12
12
set (CMAKE_CXX_VISIBILITY_PRESET default )
13
13
14
- # To prevent errors when loading the native activity, ensure library name is the same in debug builds
14
+ # To prevent errors when loading the native activity, ensure library name is the same in all builds
15
15
set (CMAKE_DEBUG_POSTFIX "" )
16
+ set (CMAKE_RELWITHDEBINFO_POSTFIX "" )
16
17
17
18
# find vsg
18
19
add_subdirectory ("${CMAKE_CURRENT_SOURCE_DIR} /../../../../../VulkanSceneGraph" vsg )
You can’t perform that action at this time.
0 commit comments