mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-09 01:38:20 +00:00
e54faa3820
* chore: organize build flags * Remove ambiguous include path Don't be default incluyde bcrypt so you need to specify the folder. Allows pre-processor to find the correct file. * Revert settings * working f
4 lines
183 B
CMake
4 lines
183 B
CMake
add_executable(AuthServer "AuthServer.cpp")
|
|
target_link_libraries(AuthServer ${COMMON_LIBRARIES})
|
|
add_compile_definitions(AuthServer PRIVATE PROJECT_VERSION="\"${PROJECT_VERSION}\"")
|