mirror of
https://github.com/getml/sqlgen.git
synced 2026-01-08 18:39:37 -06:00
Adapted config.cmake
This commit is contained in:
@@ -1,7 +1,15 @@
|
||||
@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)
|
||||
|
||||
Reference in New Issue
Block a user