gooey-suncat/game/CMakeLists.txt
2024-10-11 16:22:57 +01:00

5 lines
124 B
CMake

cmake_minimum_required(VERSION 3.28)
add_library(game)
target_sources(game PUBLIC FILE_SET CXX_MODULES FILES src/game.cxx)