aboutsummaryrefslogtreecommitdiff
path: root/src/button/CMakeLists.txt
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-06-11 23:22:04 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-06-11 23:42:27 +0200
commit6f74cbd20b1fe0ef9f2a55057e9ac066bec0b575 (patch)
treebd6e709305fa93c216915ad73662517b74754489 /src/button/CMakeLists.txt
parent46fec13fcbee1385db0927f1162f60e1f328d63c (diff)
downloadjancity-6f74cbd20b1fe0ef9f2a55057e9ac066bec0b575.tar.gz
Implement button component
Diffstat (limited to 'src/button/CMakeLists.txt')
-rw-r--r--src/button/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/button/CMakeLists.txt b/src/button/CMakeLists.txt
new file mode 100644
index 0000000..1e6e693
--- /dev/null
+++ b/src/button/CMakeLists.txt
@@ -0,0 +1,3 @@
+add_library(button "src/button.c")
+target_include_directories(button PUBLIC "inc")
+target_link_libraries(button PUBLIC gfx PRIVATE font)