aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* CMakeLists.txt: Fix missing parameter namesHEADmasterXavier Del Campo Romero2023-11-101-1/+1
| | | | | | VERSION must be indicated when passing a version string to project(). Also, LANGUAGES must be also be passed when the language name is not the only argument to project() (apart from the project name itself).
* CMakeLists.txt: set project VERSIONv0.1.0-rc3Xavier Del Campo Romero2023-10-251-1/+1
|
* CMakeLists.txt: Stop forcing STATIC libraryv0.1.0-rc2Xavier Del Campo Romero2023-10-161-1/+1
| | | | Distribution packagers might prefer dynstr as a shared object.
* Install .pc fileXavier Del Campo Romero2023-10-161-0/+6
|
* Support installationv0.1.0-rc1Xavier Del Campo Romero2023-10-021-0/+2
|
* CMakeLists.txt: add cmake_minimum_requiredXavier Del Campo Romero2023-10-021-0/+1
| | | | | This command is mandatory for all CMake projects. 3.0 was chosen since dynstr does not require any newer CMake features.
* CMakeLists.txt: Set project language to CXavier Del Campo Romero2023-08-021-1/+1
| | | | | Otherwise, CMake tests the system C++ compiler by default, which is not a requirement for dynstr.
* Added license notice to CMakeLists.txt, used PROJECT_NAMEXavier Del Campo Romero2020-07-261-4/+16
|
* Added CMakeLists.txt for other projects to useXavier Del Campo Romero2020-07-091-0/+4
|
* Removed esp-idf filesXavier Del Campo Romero2020-03-231-6/+0
|
* Build files for esp-idfXavier Del Campo Romero2020-03-201-0/+6