mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-23 12:37:45 +00:00
This is simplistic for now, but I want to expand it for quick offline testing.
12 lines
No EOL
350 B
CMake
12 lines
No EOL
350 B
CMake
# SPDX-FileCopyrightText: 2024 Joshua Goins <josh@redstrate.com>
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
add_subdirectory(karuku)
|
|
add_subdirectory(armoury)
|
|
add_subdirectory(argcracker)
|
|
add_subdirectory(sagasu)
|
|
add_subdirectory(mapeditor)
|
|
add_subdirectory(mdlviewer)
|
|
add_subdirectory(sdklauncher)
|
|
add_subdirectory(mateditor)
|
|
add_subdirectory(gamelauncher) |