gooey-suncat/game/CMakeLists.txt

5 lines
124 B
CMake
Raw Normal View History

2024-10-11 15:22:11 +00:00
cmake_minimum_required(VERSION 3.28)
add_library(game)
target_sources(game PUBLIC FILE_SET CXX_MODULES FILES src/game.cxx)