Commit Graph
8 Commits
Author SHA1 Message Date
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 17e3a8a5eb CMake: Copy assets to the build directory automatically 2022-09-27 12:12:03 +02:00
Riyyi ae8bb46a7d Engine+Example: Improve entrypoint via manual singleton 2022-09-26 13:07:05 +02:00
Riyyi aedb1a5fc9 Everywhere: Add copyright headers 2022-09-26 13:00:00 +02:00
Riyyi 4af037a7fb Engine: Switch to ruc's singleton 2022-09-26 13:00:00 +02:00
Riyyi 6b0095dadf CMake: Move source directory to project root 2022-09-16 20:15:49 +02:00
Riyyi 90bfd30f7f CMake: Move engine source compilation to separate file 2022-09-16 17:12:57 +02:00
Riyyi 8b11e51109 CMake: Restructure main file, move example to its own directory 2022-09-16 12:41:08 +02:00