Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEATURE REQUEST : Can you update it for v0.11.0 ? #20

Open
astrolemonade opened this issue Apr 9, 2020 · 1 comment
Open

FEATURE REQUEST : Can you update it for v0.11.0 ? #20

astrolemonade opened this issue Apr 9, 2020 · 1 comment

Comments

@astrolemonade
Copy link

No description provided.

@themancalledjakob
Copy link

this did it for me, not sure if more has to be adjusted. I only tested with a simple example

index 052c0d1..52a59be 100644
--- a/modules/openFrameworks.cmake
+++ b/modules/openFrameworks.cmake
@@ -92,7 +92,7 @@ set(HEADER_FREETYPE ${OF_DIRECTORY_ABSOLUTE}/libs/freetype/include)
 set(HEADER_FREETYPE2 ${OF_DIRECTORY_ABSOLUTE}/libs/freetype/include/freetype2)
 #set(HEADER_POCO ${OF_DIRECTORY_ABSOLUTE}/libs/poco/include)
 set(HEADER_KISS ${OF_DIRECTORY_ABSOLUTE}/libs/kiss/include)
-set(HEADER_FMODEX ${OF_DIRECTORY_ABSOLUTE}/libs/fmodex/include)
+set(HEADER_FMODEX ${OF_DIRECTORY_ABSOLUTE}/libs/fmod/include)
 set(HEADER_FREEIMAGE ${OF_DIRECTORY_ABSOLUTE}/libs/FreeImage/include)
 set(HEADER_TESS2 ${OF_DIRECTORY_ABSOLUTE}/libs/tess2/include)
 set(HEADER_GLFW ${OF_DIRECTORY_ABSOLUTE}/libs/glfw/include)
diff --git a/modules/openFrameworksLinux.cmake b/modules/openFrameworksLinux.cmake
index 02db489..6022241 100644
--- a/modules/openFrameworksLinux.cmake
+++ b/modules/openFrameworksLinux.cmake
@@ -17,7 +17,7 @@ list( APPEND OF_SOURCE_FILES
 # ------------------------------ Libraries -----------------------------------
 
 # ---- shared
-set( LIB_FMODEX ${OF_DIRECTORY_ABSOLUTE}/libs/fmodex/lib/linux64/libfmodex.so )
+set( LIB_FMODEX ${OF_DIRECTORY_ABSOLUTE}/libs/fmod/lib/linux64/libfmod.so )
 
 # ---- static
 set( OF_CORE_STATIC_LIBS

bahorn added a commit to bahorn/ofxCMake that referenced this issue Sep 14, 2021
Required the patch discussed here:

peterkolski#20

Signed-off-by: B Horn <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants