summaryrefslogtreecommitdiffhomepage
path: root/Stars45
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-09-29 23:15:34 +0200
committerAki <please@ignore.pl>2021-09-29 23:15:34 +0200
commitc05dd017839be33a636be33cf2c54c99260973b5 (patch)
treec5b60aebee7d738b272ab7598ebc165acef83af7 /Stars45
parent92d1756d6a21030395300942d497de8678e20290 (diff)
downloadstarshatter-c05dd017839be33a636be33cf2c54c99260973b5.zip
starshatter-c05dd017839be33a636be33cf2c54c99260973b5.tar.gz
starshatter-c05dd017839be33a636be33cf2c54c99260973b5.tar.bz2
Updated internal dependencies for nGenEx and Stars45
Diffstat (limited to 'Stars45')
-rw-r--r--Stars45/CMakeLists.txt12
1 files changed, 7 insertions, 5 deletions
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
)