From c05dd017839be33a636be33cf2c54c99260973b5 Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 29 Sep 2021 23:15:34 +0200 Subject: Updated internal dependencies for nGenEx and Stars45 --- Stars45/CMakeLists.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'Stars45') diff --git a/Stars45/CMakeLists.txt b/Stars45/CMakeLists.txt index 02af82d..73d3003 100644 --- a/Stars45/CMakeLists.txt +++ b/Stars45/CMakeLists.txt @@ -204,11 +204,13 @@ target_include_directories( target_link_libraries( Stars45 PUBLIC FoundationEx + PUBLIC Parser PUBLIC NetEx PUBLIC nGenEx - # TODO: PUBLIC libpng - # TODO: PUBLIC vorbis - # TODO: PUBLIC Opcode - # TODO: PUBLIC DirectX9 - # TODO: PUBLIC zlib + PUBLIC Zlib::zlib + PUBLIC Vorbis::vorbis + PUBLIC Vorbis::vorbisfile + PUBLIC Ogg::ogg + PUBLIC Png::png + # TODO: PUBLIC Opcode::opcode ) -- cgit v1.1