fishbowl/CMakeLists.txt

7 lines
123 B
Text
Raw Permalink Normal View History

2026-05-24 18:48:52 +09:00
cmake_minimum_required(VERSION 3.11)
project(fishbowl)
add_subdirectory(engine)
2026-05-27 16:03:38 +09:00
add_subdirectory(client)
2026-05-28 16:48:24 +02:00
enable_testing()