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