diff options
| author | crupest <crupest@outlook.com> | 2023-10-08 00:08:47 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2023-10-08 00:08:47 +0800 |
| commit | b8777965040e0f5e80b4395a912ddca7999fd80c (patch) | |
| tree | c2290290912a8e851b8a6c9f51ea7f094d809d84 /src/platform/web | |
| parent | 6c6dc053488ded83581943844c2b4c2a606218f3 (diff) | |
| download | cru-b8777965040e0f5e80b4395a912ddca7999fd80c.tar.gz cru-b8777965040e0f5e80b4395a912ddca7999fd80c.tar.bz2 cru-b8777965040e0f5e80b4395a912ddca7999fd80c.zip | |
...
Diffstat (limited to 'src/platform/web')
| -rw-r--r-- | src/platform/web/CMakeLists.txt | 3 |
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) |
