mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-03 06:24:48 -04:00
Reworked ARM Neon detection and remote plugins inclusion in the build
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
project(remoteinput)
|
||||
|
||||
if (ARCHITECTURE_ARM64)
|
||||
message(STATUS "Compiling RemoteInput for ARM64 with USE_NEON definition")
|
||||
add_compile_definitions(USE_NEON)
|
||||
endif()
|
||||
|
||||
set(remoteinput_SOURCES
|
||||
remoteinputbuffer.cpp
|
||||
remoteinputudphandler.cpp
|
||||
|
||||
Reference in New Issue
Block a user