Skip to content

Commit

Permalink
fixup! Add dependencies to each module
Browse files Browse the repository at this point in the history
  • Loading branch information
bartbes committed Feb 25, 2024
1 parent 3e7c170 commit 352eeeb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ add_library(love_audio_root STATIC
)
target_link_libraries(love_audio_root PUBLIC
lovedep::Lua
lovedep::OpenAL
)

add_library(love_audio_null STATIC
Expand Down Expand Up @@ -406,6 +407,7 @@ add_library(love_data STATIC
)
target_link_libraries(love_data PUBLIC
lovedep::Lua
lovedep::Zlib
)

#
Expand Down Expand Up @@ -1150,6 +1152,8 @@ add_library(love_video_root STATIC
)
target_link_libraries(love_video_root PUBLIC
lovedep::Lua
lovedep::Theora
lovedep::Ogg
)

add_library(love_video_theora STATIC
Expand Down

0 comments on commit 352eeeb

Please sign in to comment.