Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-29 | Change sibs cache directory to standard one, remove library archive when it ↵ | dec05eba | |
has been extracted | |||
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 | |
Fix issue where static lib dependencies are not built correctly because their dynamic lib dependencies are not propagated to dependant project | |||
2018-03-19 | Fix compile error when having dependency on static library that has | dec05eba | |
dependency on dynamic libraries Static libraries need to be defined before dynamic libraries when building executable, otherwise you get linking error | |||
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 | |
modified one | |||
2018-01-02 | Fix bug when using config for several platforms in one project | dec05eba | |
2018-01-02 | Add support for cmake | dec05eba | |
Not working fully yet, will investigate why |