mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2026-05-10 19:21:42 +00:00
8 lines
178 B
CMake
8 lines
178 B
CMake
set(DEBUG_SOURCES
|
|
"src/debug.cpp")
|
|
|
|
add_executable(lsfg-vk-debug ${DEBUG_SOURCES})
|
|
|
|
target_link_libraries(lsfg-vk-debug
|
|
PUBLIC lsfg-vk-common
|
|
PUBLIC lsfg-vk-backend)
|