aboutsummaryrefslogtreecommitdiff
path: root/src/platform/web/CMakeLists.txt
blob: 0a9bd6dd364011b5350ea09b64bc9c9284a3e18e (plain)
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)