mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
7ca3407d30
* FluidSynthConfigVersion.cmake is created with ${VERSION} instead of ${LIB_VERSION_INFO} * FluidSynthConfig.cmake.in simplified: it doesn't need to include the version file. * Simplified BUILD_INTERFACE generator expression as suggested
10 lines
332 B
CMake
10 lines
332 B
CMake
# for the find_dependency() macro:
|
|
# include(CMakeFindDependencyMacro)
|
|
# it has the same syntax as find_package:
|
|
# find_dependency(MYDEP REQUIRED)
|
|
|
|
# define variables for configuration options:
|
|
# set(network-enabled @enable-network@)
|
|
|
|
# finally, include the targets file
|
|
include("${CMAKE_CURRENT_LIST_DIR}/FluidSynthTargets.cmake")
|