Signed-off-by: Hans Dijkema <hans@dijkewijk.nl>
This commit is contained in:
2025-11-18 18:03:58 +01:00
parent 9c99a01464
commit 6784ba6ebc
8 changed files with 348 additions and 10 deletions

View File

@@ -8,7 +8,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
add_executable(yellownotes main.cpp
gtk-imports.h
gtkloader.h gtkloader.cpp
gtk-imports.c)
gtk-imports.c
yellownotes.h yellownotes.cpp)
include(GNUInstallDirs)
install(TARGETS yellownotes