summaryrefslogtreecommitdiffhomepage
path: root/Magic2
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-09-28 22:39:53 +0200
committerAki <please@ignore.pl>2021-09-28 22:39:53 +0200
commitbe0a9e251a9c217ce49ac84c3ad6e5383b2d3f4a (patch)
tree5bc6f06427d4c1b07178bd15dcf9a9117031bcd4 /Magic2
parent38f6ab06a3bde13f0837c89d3eabfa30ef8faabf (diff)
downloadstarshatter-be0a9e251a9c217ce49ac84c3ad6e5383b2d3f4a.zip
starshatter-be0a9e251a9c217ce49ac84c3ad6e5383b2d3f4a.tar.gz
starshatter-be0a9e251a9c217ce49ac84c3ad6e5383b2d3f4a.tar.bz2
Added missing FoundationEx dependencies
Diffstat (limited to 'Magic2')
-rw-r--r--Magic2/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Magic2/CMakeLists.txt b/Magic2/CMakeLists.txt
index e264eb0..298ccb3 100644
--- a/Magic2/CMakeLists.txt
+++ b/Magic2/CMakeLists.txt
@@ -37,6 +37,7 @@ target_include_directories(
)
target_link_libraries(
Magic2
+ PUBLIC FoundationEx
PUBLIC nGenEx
# TODO: PUBLIC? DirectX9
)