diff options
Diffstat (limited to 'src/server/shared')
| -rw-r--r-- | src/server/shared/CMakeLists.txt | 44 |
1 files changed, 10 insertions, 34 deletions
diff --git a/src/server/shared/CMakeLists.txt b/src/server/shared/CMakeLists.txt index ee361497a34..b5a23b1b7d4 100644 --- a/src/server/shared/CMakeLists.txt +++ b/src/server/shared/CMakeLists.txt @@ -8,44 +8,20 @@ # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -file(GLOB_RECURSE sources_Configuration Configuration/*.cpp Configuration*/.h) -file(GLOB_RECURSE sources_Cryptography Cryptography/*.cpp Cryptography*/.h) -file(GLOB_RECURSE sources_Database Database/*.cpp Database*/.h) -file(GLOB_RECURSE sources_DataStores DataStores/*.cpp DataStores*/.h) -file(GLOB_RECURSE sources_Dynamic Dynamic/*.cpp Dynamic*/.h) -file(GLOB_RECURSE sources_Logging Logging/*.cpp Logging*/.h) -file(GLOB_RECURSE sources_Packets Packets/*.cpp Packets*/.h) -file(GLOB_RECURSE sources_Threading Threading/*.cpp Threading*/.h) +file(GLOB_RECURSE sources_Configuration Configuration/*.cpp Configuration/*.h) +file(GLOB_RECURSE sources_Cryptography Cryptography/*.cpp Cryptography/*.h) +file(GLOB_RECURSE sources_Database Database/*.cpp Database/*.h) +file(GLOB_RECURSE sources_DataStores DataStores/*.cpp DataStores/*.h) +file(GLOB_RECURSE sources_Debugging Debugging/*.cpp Debugging/*.h) +file(GLOB_RECURSE sources_Dynamic Dynamic/*.cpp Dynamic/*.h) +file(GLOB_RECURSE sources_Logging Logging/*.cpp Logging/*.h) +file(GLOB_RECURSE sources_Packets Packets/*.cpp Packets/*.h) +file(GLOB_RECURSE sources_Threading Threading/*.cpp Threading/*.h) +file(GLOB_RECURSE sources_Utilities Utilities/*.cpp Utilities/*.h) file(GLOB sources_localdir *.cpp *.h) # -# Debugging/ contains platform specific files - create baselist -# - -set(sources_Debugging - Debugging/Errors.h - Debugging/MemoryLeaks.cpp - Debugging/MemoryLeaks.h -) - -# -# Utilities/ contains platform specific files - create baselist -# - -set(sources_Utilities - Utilities/ByteConverter.h - Utilities/EventProcessor.cpp - Utilities/EventProcessor.h - Utilities/ProgressBar.cpp - Utilities/ProgressBar.h - Utilities/SignalHandler.h - Utilities/Timer.h - Utilities/Util.cpp - Utilities/Util.h -) - -# # Build shared sourcelist # |
