Commit Graph

11 Commits

Author SHA1 Message Date
Xavier Del Campo Romero 7be16e6e5c
CMakeLists.txt: Fix missing parameter names
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).
2023-11-10 14:43:39 +01:00
Xavier Del Campo Romero de0d0e9fab
CMakeLists.txt: set project VERSION 2023-10-25 14:09:16 +02:00
Xavier Del Campo Romero c4979825b7
CMakeLists.txt: Stop forcing STATIC library
Distribution packagers might prefer dynstr as a shared object.
2023-10-16 01:16:32 +02:00
Xavier Del Campo Romero ef14ee964a
Install .pc file 2023-10-16 00:38:06 +02:00
Xavier Del Campo Romero d0d843b704
Support installation 2023-10-02 14:39:43 +02:00
Xavier Del Campo Romero 0e779caae6
CMakeLists.txt: add cmake_minimum_required
This command is mandatory for all CMake projects. 3.0 was chosen since
dynstr does not require any newer CMake features.
2023-10-02 14:38:53 +02:00
Xavier Del Campo Romero 58bd7d9376
CMakeLists.txt: Set project language to C
Otherwise, CMake tests the system C++ compiler by default, which is not
a requirement for dynstr.
2023-08-02 13:06:08 +02:00
Xavier Del Campo Romero 3b94bbd2bd Added license notice to CMakeLists.txt, used PROJECT_NAME 2020-07-26 14:37:57 +02:00
Xavier Del Campo Romero 9c8d949cd1 Added CMakeLists.txt for other projects to use 2020-07-09 16:41:41 +02:00
Xavier Del Campo Romero 46d7c1715b Removed esp-idf files 2020-03-23 14:51:47 +01:00
Xavier Del Campo Romero 278517ee1e Build files for esp-idf 2020-03-20 16:22:36 +01:00