index
:
sibs
master
A simple build system for native languages. Supports c, c++ and zig. Inspired by cargo (rust).
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
CmakeModule.cpp
Age
Commit message (
Expand
)
Author
2020-07-06
Add dependencies dynamic dependencies to root project, to make it possible to...
dec05eba
2020-07-06
Fix library order
dec05eba
2020-07-06
Add sanitize build/test option, currently ignored if gcc is not used
dec05eba
2020-07-06
Fix for windows
dec05eba
2018-05-09
Change debug optimization level to Og for GCC
dec05eba
2018-05-05
Build compilation database (clangdb) when compiling
dec05eba
2018-04-29
Change sibs cache directory to standard one, remove library archive when it h...
dec05eba
2018-04-04
Add generated library file to parent project for cmake dependency
dec05eba
2018-03-21
Add sub projects (should be used with git submodules)
dec05eba
2018-03-19
Fix compile error when having dependency on static library that has
dec05eba
2018-01-26
Add git dependencies
dec05eba
2018-01-11
Start with config object types, for git dependencies
dec05eba
2018-01-05
Get cflags from pkg config dependency
dec05eba
2018-01-04
Use packages list to find packages
dec05eba
2018-01-03
CMake: Add all generated library files as dependency instead of the last
dec05eba
2018-01-02
Fix bug when using config for several platforms in one project
dec05eba
2018-01-02
Add support for cmake
dec05eba