Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/CMakeLists.txt
| Show First 20 Lines • Show All 197 Lines • ▼ Show 20 Lines | if(WITH_XR_OPENXR) | ||||
| add_definitions(-DWITH_XR_OPENXR) | add_definitions(-DWITH_XR_OPENXR) | ||||
| list(APPEND INC | list(APPEND INC | ||||
| xr | xr | ||||
| ) | ) | ||||
| list(APPEND SRC | list(APPEND SRC | ||||
| xr/intern/wm_xr.c | xr/intern/wm_xr.c | ||||
| xr/intern/wm_xr_actions.c | xr/intern/wm_xr_action.c | ||||
| xr/intern/wm_xr_draw.c | xr/intern/wm_xr_draw.c | ||||
| xr/intern/wm_xr_session.c | xr/intern/wm_xr_session.c | ||||
| xr/wm_xr.h | xr/wm_xr.h | ||||
| xr/intern/wm_xr_intern.h | xr/intern/wm_xr_intern.h | ||||
| ) | ) | ||||
| endif() | endif() | ||||
| blender_add_lib_nolist(bf_windowmanager "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | blender_add_lib_nolist(bf_windowmanager "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | ||||
| # Needed so we can use dna_type_offsets.h for defaults initialization. | # Needed so we can use dna_type_offsets.h for defaults initialization. | ||||
| add_dependencies(bf_windowmanager bf_dna) | add_dependencies(bf_windowmanager bf_dna) | ||||