Changeset View
Changeset View
Standalone View
Standalone View
intern/ghost/CMakeLists.txt
| Show First 20 Lines • Show All 70 Lines • ▼ Show 20 Lines | set(SRC | ||||
| intern/GHOST_utildefines.h | intern/GHOST_utildefines.h | ||||
| intern/GHOST_utildefines_variadic.h | intern/GHOST_utildefines_variadic.h | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| ${Epoxy_LIBRARIES} | ${Epoxy_LIBRARIES} | ||||
| ) | ) | ||||
| if(WITH_VULKAN_BACKEND) | |||||
| list(APPEND SRC | |||||
| intern/GHOST_ContextVK.cpp | |||||
| intern/GHOST_ContextVK.h | |||||
| ) | |||||
| list(APPEND INC_SYS | |||||
| ${VULKAN_INCLUDE_DIRS} | |||||
| ${MOLTENVK_INCLUDE_DIRS} | |||||
| ) | |||||
| list(APPEND LIB | |||||
| ${VULKAN_LIBRARIES} | |||||
| ${MOLTENVK_LIBRARIES} | |||||
| ) | |||||
| add_definitions(-DWITH_VULKAN_BACKEND) | |||||
| endif() | |||||
| if(WITH_GHOST_DEBUG) | if(WITH_GHOST_DEBUG) | ||||
| list(APPEND SRC | list(APPEND SRC | ||||
| intern/GHOST_EventPrinter.cpp | intern/GHOST_EventPrinter.cpp | ||||
| intern/GHOST_EventPrinter.h | intern/GHOST_EventPrinter.h | ||||
| ) | ) | ||||
| add_definitions(-DWITH_GHOST_DEBUG) | add_definitions(-DWITH_GHOST_DEBUG) | ||||
| endif() | endif() | ||||
| ▲ Show 20 Lines • Show All 484 Lines • Show Last 20 Lines | |||||