Skip to content

kesco/static-libraries-combiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

static-libraries-combiner

A cmake function to bundle multiple static libraries into a single static library.

Usage

# include the combiner cmake file
include(${CMAKE_SOURCE_DIR}/../combiner.cmake)

# use the function to combine the libraries
combine_static_libraries(${TARGET_LIB} ${TARGET_LIB}_Bundle)

# direct link to the combined library
target_link_libraries(${EXECUTABLE} ${TARGET_LIB}_Bundle)

About

Bundle multiple static libraries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published