We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Updating the library fmod path on linux
8e26e22
Required the patch discussed here: peterkolski#20 Signed-off-by: B Horn <[email protected]>
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: