Skip to content

Commit

Permalink
cmake: atm no neon libs supported added for future
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal1137 committed Aug 17, 2019
1 parent 02e9d66 commit eb91a4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/ETLPlatform.cmake
Expand Up @@ -74,6 +74,9 @@ if(UNIX)
elseif(CMAKE_SYSTEM MATCHES "NetBSD")
set(OS_LIBRARIES m pthread)
set(LIB_SUFFIX ".mp.nbsd.")
elseif(CMAKE_SYSTEM MATCHES "Android")
# Add libs with neon support
# set(HAVE_NEON "neon")
elseif(APPLE)
set(OS_LIBRARIES dl m)
set(CMAKE_EXE_LINKER_FLAGS "-lobjc -framework Cocoa -framework IOKit -framework CoreFoundation")
Expand Down

0 comments on commit eb91a4d

Please sign in to comment.