1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/module/Vendor/CMakeLists.txt

14 lines
333 B
CMake
Raw Normal View History

add_subdirectory(SimpleIni)
add_subdirectory(AES256)
add_subdirectory(B64)
add_subdirectory(Hash)
2020-03-22 15:33:48 +01:00
add_subdirectory(MaxmindDB)
add_subdirectory(PUGIXML)
add_subdirectory(SQLite)
add_subdirectory(TinyDir)
add_subdirectory(Whirlpool)
2020-03-22 13:54:40 +01:00
# Build our own mysql client on windows
if(WIN32 AND ENABLE_MYSQL)
2020-03-22 13:54:40 +01:00
add_subdirectory(MDBC)
endif()