2023-03-15 08:40:36 +08:00
|
|
|
include(CMakeFindDependencyMacro)
|
|
|
|
find_dependency(expat CONFIG)
|
2023-04-26 13:40:19 +08:00
|
|
|
find_dependency(unofficial-minizip CONFIG)
|
2023-03-15 08:40:36 +08:00
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/unofficial-fmilib-targets.cmake")
|