2026-03-16 17:33:46 +01:00
|
|
|
cmake_minimum_required(VERSION 3.22)
|
|
|
|
|
|
|
|
|
|
project(gfx-tests)
|
|
|
|
|
|
|
|
|
|
add_executable(gfx-tests ${CMAKE_CURRENT_SOURCE_DIR}/source/main.cpp)
|
2026-03-17 16:47:19 +01:00
|
|
|
target_link_libraries(gfx-tests PRIVATE palladium::palladium pd-system glfw stb)
|