Skip to content

Commit

Permalink
exprtk: Lib-ify (BespokeSynth#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvf authored Oct 4, 2021
1 parent e8017ff commit bf5d6e6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@ endif ()
target_include_directories(BespokeSynth PRIVATE ${Python_INCLUDE_DIRS})
target_link_libraries(BespokeSynth PRIVATE
bespoke::3dxware
bespoke::exprtk
bespoke::freeverb
bespoke::json
bespoke::nanovg
Expand Down
1 change: 1 addition & 0 deletions libs/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
add_subdirectory(3dxware EXCLUDE_FROM_ALL)
add_subdirectory(exprtk EXCLUDE_FROM_ALL)
add_subdirectory(freeverb EXCLUDE_FROM_ALL)
add_subdirectory(json EXCLUDE_FROM_ALL)
add_subdirectory(leathers EXCLUDE_FROM_ALL)
Expand Down
3 changes: 3 additions & 0 deletions libs/exprtk/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
add_library(exprtk INTERFACE)
target_include_directories(exprtk INTERFACE include)
add_library(bespoke::exprtk ALIAS exprtk)
File renamed without changes.

0 comments on commit bf5d6e6

Please sign in to comment.