mirror of
https://github.com/getml/sqlgen.git
synced 2026-01-03 16:09:47 -06:00
16 lines
266 B
CMake
16 lines
266 B
CMake
@PACKAGE_INIT@
|
|
|
|
set(SQLGEN_SQLITE3 @SQLGEN_SQLITE3@)
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/sqlgen-exports.cmake)
|
|
|
|
find_dependency(reflectcpp)
|
|
|
|
if(SQLGEN_SQLITE3)
|
|
find_dependency(sqlite3)
|
|
endif()
|
|
|
|
check_required_components(sqlgen)
|