Commit Graph
5 Commits
Author SHA1 Message Date
Riyyi 4c479cfb64 Meta: Update ruc library 2022-09-28 14:34:17 +02:00
Riyyi 26cd35d679 CMake: Populate list of required include directories for library targets
PUBLIC items will populate the INTERFACE_INCLUDE_DIRECTORIES property of
<target>. This property is a list of public include directories
requirements for a library.

Targets may populate this property to publish the include directories
required to compile against the headers for the target.
2022-09-28 14:05:02 +02:00
Riyyi 85b222984d Meta: Remove nlohmann/json dependency 2022-09-26 22:37:25 +02:00
Riyyi 478dccd3df Meta+CMake: Add ruc library 2022-09-26 13:00:00 +02:00
Riyyi 4468b1ffb9 CMake: Move vendor directory to the project root 2022-09-16 19:16:53 +02:00