Skip to content

Commit

Permalink
Build LV2 with C++
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcima committed Feb 8, 2021
1 parent f6d9291 commit af551ab
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 201 deletions.
3 changes: 1 addition & 2 deletions plugins/lv2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ source_group("Turtle Files" FILES
${LV2PLUGIN_TTL_SRC_FILES}
)
add_library(${LV2PLUGIN_PRJ_NAME} MODULE
${PROJECT_NAME}.c
atomic_compat.h
${PROJECT_NAME}.cpp
${LV2PLUGIN_TTL_SRC_FILES})
target_link_libraries(${LV2PLUGIN_PRJ_NAME} PRIVATE sfizz::sfizz sfizz::spin_mutex)

Expand Down
64 changes: 0 additions & 64 deletions plugins/lv2/atomic_compat.h

This file was deleted.

Loading

0 comments on commit af551ab

Please sign in to comment.