aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2020-07-06Use ranges for dependency versiondec05eba
2020-07-06Fix bundle for non system librariesdec05eba
2020-07-06Testing static linking on linuxdec05eba
2020-07-06Allow specifying project platform without archdec05eba
2020-07-06Add support for macosdec05eba
2020-07-06Fix build for windowsdec05eba
2020-07-06Use ninja library to generate build instead of raw stringdec05eba
2018-03-21Add 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-01-26Add git dependenciesdec05eba
2018-01-07Update c++ version in cmakedec05eba
2018-01-04Use packages list to find packagesdec05eba
2018-01-02Add missing return statement causing segfaultdec05eba
Added compile flags to give error when missing return statement
2018-01-02Add support for cmakedec05eba
Not working fully yet, will investigate why
2017-12-31Add cmake building, add ignore dirs optiondec05eba
Sometimes it's not possible to build new sibs with older sibs because of changes that break backwards compatbility. If sibs installation fails with sibs, use cmake.
2017-12-28Replace cmake with sibs. Sibs builds itself nowdec05eba
If you dont already have sibs to build sibs, download first release: https://github.com/DEC05EBA/sibs/archive/0.1.0.tar.gz Then you can install new version of sibs
2017-12-12Download and extract missing dependencies from githubdec05eba
Using libcurl and libarchive
2017-12-10Add support for dependencies in global lib dirdec05eba
Global lib dir is located at ~/.sibs/lib TODO: If global lib dir doesn't exist, download it from github/server
2017-12-09Added ninja backend, very simple project worksdec05eba
2017-12-09Finished project config file parsingdec05eba
2017-12-08Added loading of project file and file validationsdec05eba
Next up: parse project.conf file