mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2025-08-18 10:55:36 +00:00
Update CMakeLists.txt
This commit is contained in:
parent
77f811b7a8
commit
757c63bddb
@ -18,7 +18,7 @@ elseif (WIN32)
|
||||
STRING(REPLACE "/MDd" "/MTd" CMAKE_CXX_FLAGS_DEBUG ${CMAKE_CXX_FLAGS_DEBUG})
|
||||
endif ()
|
||||
|
||||
find_package(Boost 1.71.0 REQUIRED COMPONENTS system thread)
|
||||
find_package(Boost 1.67.0 REQUIRED COMPONENTS system thread)
|
||||
file(GLOB source_files "src/*.cpp" "src/*/*.cpp" "include/*.h" "include/*/*.h" "include/*.hpp" "include/*/*.hpp")
|
||||
add_executable(BeamMP-Server ${source_files})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user