mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 12:41:30 +00:00
``` CMake Deprecation Warning at client_files/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument <min> value or use a ...<max> suffix to tell CMake that the project does not need compatibility with older versions. ```
5 lines
87 B
CMake
5 lines
87 B
CMake
CMAKE_MINIMUM_REQUIRED(VERSION 3.5)
|
|
|
|
add_subdirectory(import)
|
|
add_subdirectory(export)
|