blob: 1287f85a66ce465a5e890c1d1db9c2daf77322ba (
plain)
1
2
3
4
5
6
7
8
9
|
add_library(CruPlatformBaseWeb
Resource.cpp
)
find_library(EMBIND_LIB embind REQUIRED)
target_link_libraries(CruPlatformBaseWeb PUBLIC CruPlatformBase)
target_link_libraries(CruPlatformBaseWeb PUBLIC EMBIND_LIB)
|