|
@@ -6,6 +6,6 @@ add_library(sample SHARED ${srcs})
|
|
|
target_compile_definitions(sample PUBLIC -D SAMPLE_LIBRARY_EXPORTS)
|
|
|
set_target_properties(sample PROPERTIES OUTPUT_NAME "cmbsz.sample")
|
|
|
|
|
|
-
|
|
|
+set_property(TARGET sample PROPERTY FOLDER "devadapter/${CURRENT_FOLDER}")
|
|
|
# =-=-=-=-=-= {.so依赖库工程}/CMakeLists.txt 文件最后必须声明如下内容,传入TARGET 名称, .a 类型的静态库无需添加 !!=-=-=-=-=-==-=-=
|
|
|
rvc_dev_target_install(sample)
|