diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2024-02-05 17:57:05 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2024-02-05 17:57:05 +0000 |
| commit | d52bd1c709456164b167cc7389b641b690c97ee5 (patch) | |
| tree | 7cc8ccb610bfaa72b83fdf878b23e6efd892d73e /src/ui/CMakeLists.txt | |
| parent | 4813a8dde26422657c07ae03fe2b47a6b92f0935 (diff) | |
Organize the header files
Diffstat (limited to 'src/ui/CMakeLists.txt')
| -rw-r--r-- | src/ui/CMakeLists.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index 05b2648..23dcae6 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -1,4 +1,6 @@ add_library(daw_ui - positioning.c - rendering.c + src/positioning.c + src/rendering.c ) + +target_include_directories(daw_ui PRIVATE include) |
