This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
DarkflameServer
Watch
1
Star
0
Fork
0
You've already forked DarkflameServer
mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced
2024-11-15 12:48:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ed0c979544
DarkflameServer
/
dAuthServer
/
CMakeLists.txt
3 lines
98 B
CMake
Raw
Normal View
History
Unescape
Escape
Implement GTest and change windows output path Implement GTest as a testing infrastructure. Make windows output binaries to the build folder instead of the release type folder (potentially issue further down the line) Add a simple unit test for DestroyableComponent
2022-11-07 08:12:35 +00:00
add_executable
(
AuthServer
"AuthServer.cpp"
)
Update CMake configuration for easier maintenance (#642) * Update CMake configuration for easier maintenance * Incorrect casing fix * Move package requirement * Update CTest linking * Add logs to the CMake * Add linking for common libraries Added linking for common libraries in tests subdirectory. * Move test subdirectory higher up for some reason * Whitespace a log removal Missed new line * Add dCommon to dChatFilter * Update library output dir * Correct libBcrypt * Further refactor CMake behaviour * Repair bad comments and update library defines * Revert to old include directory method * Implement platform defines * Add missing include Mac needs a specific include for defining platform. Does not compile without this. Co-authored-by: EmosewaMC <39972741+EmosewaMC@users.noreply.github.com>
2022-07-16 23:24:16 +00:00
target_link_libraries
(
AuthServer
${
COMMON_LIBRARIES
}
)
Reference in New Issue
Copy Permalink