mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-03 00:05:34 +00:00
Before, a lot of common errors went unnoticed, due to insufficient compiler diagnostics. This commit fixes this by adding a lot of new diagnostics, and fixing the issues found by this.
7 lines
268 B
CMake
7 lines
268 B
CMake
include_directories("${PROJECT_SOURCE_DIR}/deps")
|
|
|
|
add_subdirectory("${PROJECT_SOURCE_DIR}/deps/commandline")
|
|
add_subdirectory("${PROJECT_SOURCE_DIR}/deps/fmt")
|
|
add_subdirectory("${PROJECT_SOURCE_DIR}/deps/sol2")
|
|
add_subdirectory("${PROJECT_SOURCE_DIR}/deps/doctest")
|