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 --- nGenEx/CMakeLists.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'nGenEx') diff --git a/nGenEx/CMakeLists.txt b/nGenEx/CMakeLists.txt index 5435a54..fe54396 100644 --- a/nGenEx/CMakeLists.txt +++ b/nGenEx/CMakeLists.txt @@ -84,5 +84,11 @@ target_include_directories( target_link_libraries( nGenEx PUBLIC FoundationEx - # TODO: PUBLIC DirectX9 + PUBLIC Parser + PUBLIC Zlib::zlib + PUBLIC Vorbis::vorbis + PUBLIC Vorbis::vorbisfile + PUBLIC Ogg::ogg + PUBLIC Png::png + # TODO: PUBLIC Opcode::opcode ) -- cgit v1.1