aboutsummaryrefslogtreecommitdiff
path: root/src/platform/web
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-10-08 00:08:47 +0800
committercrupest <crupest@outlook.com>2023-10-08 00:08:47 +0800
commitb8777965040e0f5e80b4395a912ddca7999fd80c (patch)
treec2290290912a8e851b8a6c9f51ea7f094d809d84 /src/platform/web
parent6c6dc053488ded83581943844c2b4c2a606218f3 (diff)
downloadcru-b8777965040e0f5e80b4395a912ddca7999fd80c.tar.gz
cru-b8777965040e0f5e80b4395a912ddca7999fd80c.tar.bz2
cru-b8777965040e0f5e80b4395a912ddca7999fd80c.zip
...
Diffstat (limited to 'src/platform/web')
-rw-r--r--src/platform/web/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/platform/web/CMakeLists.txt b/src/platform/web/CMakeLists.txt
index 76817dfa..1287f85a 100644
--- a/src/platform/web/CMakeLists.txt
+++ b/src/platform/web/CMakeLists.txt
@@ -2,5 +2,8 @@ add_library(CruPlatformBaseWeb
Resource.cpp
)
+find_library(EMBIND_LIB embind REQUIRED)
+
target_link_libraries(CruPlatformBaseWeb PUBLIC CruPlatformBase)
+target_link_libraries(CruPlatformBaseWeb PUBLIC EMBIND_LIB)