Export the symbol ENABLE_SIMD for FG to build with the same setting.

This commit is contained in:
Bertrand Coconnier 2017-02-07 00:02:39 +01:00
parent 7f65e7f905
commit 2082b18e2e

View File

@ -13,4 +13,8 @@ set(SIMGEAR_SOUND @ENABLE_SOUND@)
# find_dependency(OpenAL)
#endif()
# SSE/SSE2 support
set(ENABLE_SIMD @ENABLE_SIMD@)
include("${CMAKE_CURRENT_LIST_DIR}/SimGearTargets.cmake")