Skip to content

Commit

Permalink
Updating the library fmod path on linux
Browse files Browse the repository at this point in the history
Required the patch discussed here:

peterkolski#20

Signed-off-by: B Horn <[email protected]>
  • Loading branch information
bahorn committed Sep 14, 2021
1 parent 8fe18a6 commit 8e26e22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/openFrameworks.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion modules/openFrameworksLinux.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e26e22

Please sign in to comment.