Commit Graph

17 Commits

Author SHA1 Message Date
tastytea 9337964266
Install headers more elegantly.
continuous-integration/drone/push Build is passing Details
2019-08-03 22:18:16 +02:00
tastytea 3da87609f4
Set BUILD_SHARED_LIBS via option().
continuous-integration/drone/push Build is passing Details
2019-08-03 13:12:09 +02:00
tastytea 32e0a46a7f
Require CMake 3.6. 2019-08-03 13:11:56 +02:00
tastytea 88751694a5
Changed uint_fast8_t to uint8_t. The *fast* types are shit.
continuous-integration/drone/push Build is passing Details
2019-08-02 13:36:59 +02:00
tastytea 26ae664334
Replaced ${PROJECT_NAME} with @PROJECT_NAME@.
continuous-integration/drone/push Build is passing Details
2019-08-02 13:07:41 +02:00
tastytea 146dca1359
No genrator expressions in set() allowed, apparently.
continuous-integration/drone/push Build is passing Details
2019-08-02 09:20:22 +02:00
tastytea 2947c31263
set_property didn't work like I thought. 🤷
continuous-integration/drone/push Build is failing Details
2019-08-02 09:10:57 +02:00
tastytea 20d9c64161
Use CMAKE_SHARED_LINKER_FLAGS with cmake < 3.13.
continuous-integration/drone/push Build is failing Details
2019-08-02 09:05:10 +02:00
tastytea 2fb329a302
Rearranged the file structure and rewrote the CMake recipes.
continuous-integration/drone/push Build is failing Details
* Compile a library again.
* Made CMake recipes modular.
* Added xdgcfgConfig.cmake.
* Added pkg-config file.
* Updated readme.
2019-08-02 08:44:07 +02:00
tastytea e07a6ab6cb
Added tests and made compiling the example optional. 2019-07-22 02:37:03 +02:00
tastytea 7c111cd3ba
Put everything in the header. 2019-07-21 22:48:15 +02:00
tastytea e22f82fc6f
Removed superfluous consts.
the build was successful Details
2018-12-29 04:10:17 +01:00
tastytea 6c0976baa7
Updated drone recipe
the build was successful Details
2018-11-02 23:45:14 +01:00
tastytea eb47e38444
Fixed bug: Parent directories were only created if subdir was non-empty 2018-11-02 23:01:11 +01:00
tastytea 4785f8ce64
Made sure all parent directories are created, if necesssary
the build was successful Details
2018-08-31 19:22:00 +02:00
tastytea bae3f09ed2
Changed get_filepath() from string to filesystem::path 2018-08-11 07:10:53 +02:00
tastytea e0ea4d7a7b
initial commit 2018-08-10 02:33:31 +02:00