11 lines
161 B
CMake
11 lines
161 B
CMake
add_libary(gobotrpc STATIC)
|
|
|
|
target_sources(gobotrpc
|
|
PRIVATE
|
|
src/package_util.cpp
|
|
)
|
|
|
|
target_include_directories(gobotrpc
|
|
PUBLIC
|
|
include
|
|
) |