Skip to content

Commit

Permalink
Bela link libs
Browse files Browse the repository at this point in the history
  • Loading branch information
vlazzarini committed Oct 22, 2018
1 parent b246e17 commit 2024aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bela/CMakeLists.txt
Expand Up @@ -9,7 +9,7 @@ if(BUILD_BELA)
set_source_files_properties(./main.cpp PROPERTIES COMPILE_FLAGS ${MAIN_FLAGS})
target_link_libraries(belacsound ${CSOUNDLIB} -L$ENV{HOME}/Bela/lib -L/root/Bela/lib
-fno-pie -no-pie ${XENOMAI_POSIX_LDFLAGS} -lbela
-lbelaextra -lNE10 -lprussdrv)
-lbelaextra)
target_include_directories(belacsound PRIVATE /usr/xenomai/include
/usr/xenomai/include/posix
/usr/local/include $ENV{HOME}/Bela/include /root/Bela/lib)
Expand Down

0 comments on commit 2024aa6

Please sign in to comment.