Skip to content

Commit

Permalink
Fix dependency on aesnd
Browse files Browse the repository at this point in the history
  • Loading branch information
Crayon2000 committed Sep 25, 2024
1 parent a2ac003 commit 6c06202
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 @@ -63,7 +63,7 @@ endif()

target_include_directories(grrmod
PUBLIC
"${CMAKE_CURRENT_SOURCE_DIR}GRRMOD/"
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>/GRRMOD"
PRIVATE
"${CMAKE_CURRENT_SOURCE_DIR}/GRRMOD/mikmod/include"
"${CMAKE_CURRENT_SOURCE_DIR}/GRRMOD/mpg123"
Expand Down

0 comments on commit 6c06202

Please sign in to comment.