]> git.mxchange.org Git - simgear.git/blob - SimGearConfig.cmake.in
Revert to the previous way of handling OpenAL. The reason was to find alext.h but...
[simgear.git] / SimGearConfig.cmake.in
1 include(CMakeFindDependencyMacro)
2
3 find_dependency(ZLIB)
4 find_dependency(Threads)
5
6 # OSG
7
8 set(SIMGEAR_HEADLESS @SIMGEAR_HEADLESS@)
9 set(SIMGEAR_SOUND @ENABLE_SOUND@)
10
11 # OpenAL isn't a public dependency, so maybe not needed
12 #if (SIMGEAR_SOUND)
13 #  find_dependency(OpenAL)
14 #endif()
15
16 include("${CMAKE_CURRENT_LIST_DIR}/SimGearTargets.cmake")