mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 19:55:23 +00:00
7 lines
142 B
CMake
7 lines
142 B
CMake
set(CMAKE_FOLDER "netcon")
|
|
|
|
include_directories("includes")
|
|
add_subdirectory(inetfile)
|
|
add_subdirectory(lanclient)
|
|
add_subdirectory(mtclient)
|