You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
308 B
12 lines
308 B
set(COMPONENT_ADD_INCLUDEDIRS
|
|
"include")
|
|
|
|
set(COMPONENT_SRCDIRS
|
|
"src")
|
|
|
|
register_component()
|
|
|
|
add_library(algobsec STATIC IMPORTED)
|
|
set_property(TARGET algobsec PROPERTY IMPORTED_LOCATION ${CMAKE_CURRENT_SOURCE_DIR}/lib/libalgobsec.a)
|
|
|
|
target_link_libraries(${COMPONENT_LIB} PUBLIC algobsec)
|
|
|