mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
13 lines
293 B
CMake
13 lines
293 B
CMake
add_subdirectory(SimpleIni)
|
|
add_subdirectory(AES256)
|
|
add_subdirectory(B64)
|
|
add_subdirectory(Hash)
|
|
add_subdirectory(PUGIXML)
|
|
add_subdirectory(SQLite)
|
|
add_subdirectory(TinyDir)
|
|
add_subdirectory(Whirlpool)
|
|
# Build our own mysql client on windows
|
|
if(WIN32)
|
|
add_subdirectory(MDBC)
|
|
endif(WIN32)
|