Skip to content

Commit

Permalink
Switch exprtk to submodoule
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Nov 10, 2017
1 parent d37284b commit 4b2d69a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 38,048 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@
[submodule "plugins/LadspaEffect/calf/veal"]
path = plugins/LadspaEffect/calf/veal
url = https://github.com/lmms/veal
[submodule "plugins/xpressive/exprtk"]
path = plugins/xpressive/exprtk
url = https://github.com/ArashPartow/exprtk
3 changes: 2 additions & 1 deletion plugins/xpressive/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
INCLUDE(BuildPlugin)

INCLUDE_DIRECTORIES(exprtk)
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Dexprtk_disable_sc_andor -Dexprtk_disable_return_statement -Dexprtk_disable_break_continue -Dexprtk_disable_comments -Dexprtk_disable_string_capabilities -Dexprtk_disable_rtl_io_file -Dexprtk_disable_rtl_vecops ${WERROR_FLAGS} -fexceptions")

IF(WIN32)
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wa,-mbig-obj -Dexprtk_disable_enhanced_features")
ENDIF()

BUILD_PLUGIN(xpressive expressive_plugin.cpp exprsynth.cpp expressive_plugin.h exprtk.hpp MOCFILES expressive_plugin.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png")
BUILD_PLUGIN(xpressive expressive_plugin.cpp exprsynth.cpp expressive_plugin.h exprtk/exprtk.hpp MOCFILES expressive_plugin.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png")

17 changes: 0 additions & 17 deletions plugins/xpressive/MIT

This file was deleted.

1 change: 1 addition & 0 deletions plugins/xpressive/exprtk
Submodule exprtk added at 4ba223
Loading

0 comments on commit 4b2d69a

Please sign in to comment.