mirror of
https://github.com/silverqx/TinyORM.git
synced 2025-12-20 01:49:52 -06:00
9 lines
155 B
CMake
9 lines
155 B
CMake
# TinyDrivers database drivers
|
|
# ---
|
|
|
|
add_subdirectory(common)
|
|
|
|
if(TINY_BUILD_LOADABLE_DRIVERS AND BUILD_MYSQL_DRIVER)
|
|
add_subdirectory(mysql)
|
|
endif()
|