diff options
author | Aki <please@ignore.pl> | 2021-09-29 23:15:34 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2021-09-29 23:15:34 +0200 |
commit | c05dd017839be33a636be33cf2c54c99260973b5 (patch) | |
tree | c5b60aebee7d738b272ab7598ebc165acef83af7 /nGenEx/CMakeLists.txt | |
parent | 92d1756d6a21030395300942d497de8678e20290 (diff) | |
download | starshatter-c05dd017839be33a636be33cf2c54c99260973b5.zip starshatter-c05dd017839be33a636be33cf2c54c99260973b5.tar.gz starshatter-c05dd017839be33a636be33cf2c54c99260973b5.tar.bz2 |
Updated internal dependencies for nGenEx and Stars45
Diffstat (limited to 'nGenEx/CMakeLists.txt')
-rw-r--r-- | nGenEx/CMakeLists.txt | 8 |
1 files changed, 7 insertions, 1 deletions
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 ) |