mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-09 09:48:20 +00:00
62b670d283
title. Tested that Auth runs and I can login still.
7 lines
201 B
CMake
7 lines
201 B
CMake
add_library(MD5 "MD5.cpp")
|
|
|
|
# Disable deprecation warnings on MD5.cpp for Apple Clang
|
|
if (APPLE)
|
|
set_source_files_properties("MD5.cpp" PROPERTIES COMPILE_FLAGS "-Wno-deprecated-declarations")
|
|
endif()
|