mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 19:55:23 +00:00
00389c50ea
- tabs to spaces - use Unix line endings everywhere - newline at end of file - remove trailing white space - no space between keywords and opening parenthesis - use 2 spaces to indent
12 lines
294 B
CMake
12 lines
294 B
CMake
include_directories("includes")
|
|
add_subdirectory(dmfc)
|
|
add_subdirectory(anarchy)
|
|
add_subdirectory(coop)
|
|
add_subdirectory(ctf)
|
|
add_subdirectory(entropy)
|
|
add_subdirectory(hoard)
|
|
add_subdirectory(hyperanarchy)
|
|
add_subdirectory(monsterball)
|
|
add_subdirectory(roboanarchy)
|
|
add_subdirectory(tanarchy)
|