mirror of
https://github.com/eclipse/upm.git
synced 2025-03-23 00:47:32 +03:00
5 lines
157 B
CMake
5 lines
157 B
CMake
![]() |
set (libname "servo")
|
||
|
add_library (servo SHARED servo.cxx es08a.cxx)
|
||
|
include_directories (${MAA_INCLUDE_DIR})
|
||
|
target_link_libraries (servo ${MAA_LIBRARIES})
|