1 2 3 4 5 6 7 8 9 10
add_library(CruPlatformBaseWeb JsUtility.cpp Resource.cpp ) find_library(EMBIND_LIB embind REQUIRED) target_link_libraries(CruPlatformBaseWeb PUBLIC CruPlatformBase) target_link_libraries(CruPlatformBaseWeb PUBLIC EMBIND_LIB)