mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-25 22:15:14 +00:00
fix Android build
This commit is contained in:
parent
799c2e9947
commit
01057ced3a
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ else()
|
|||
if (WIN32 AND CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
|
||||
set(WITH_OUR_MALLOC ON CACHE BOOL "aaa" FORCE)
|
||||
endif()
|
||||
set(BUILD_TESTS OFF CACHE BOOL "come on" FORCE)
|
||||
add_subdirectory(extern/fftw EXCLUDE_FROM_ALL)
|
||||
list(APPEND DEPENDENCIES_INCLUDE_DIRS extern/fftw/api)
|
||||
list(APPEND DEPENDENCIES_LIBRARIES fftw3)
|
||||
|
|
Loading…
Reference in a new issue