Skip to content

Commit

Permalink
edit 'CMakeLists.txt' - add default includedir to pkg config
Browse files Browse the repository at this point in the history
Signed-off-by: StoneyDSP <nathanjhood@googlemail.com>
  • Loading branch information
nathanjhood committed Dec 19, 2024
1 parent 43c02d8 commit 6163224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ Name: Rack-SDK
Description: @PROJECT_DESCRIPTION@
Version: @PROJECT_VERSION@
Libs: -L${libdir}
Cflags: -I${includedir}/Rack-SDK/dep -I${includedir}/Rack-SDK/rack -fPIC
Cflags: -I${includedir} -I${includedir}/Rack-SDK/dep -I${includedir}/Rack-SDK/rack -fPIC
]==])

# Configure pkgconfig file
Expand Down

0 comments on commit 6163224

Please sign in to comment.