aboutsummaryrefslogtreecommitdiff
path: root/frontend/CMakeLists.txt
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-26 17:26:36 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-26 17:26:36 +0200
commit6781cee55a4e7f232eae3e5f2a652045412339ae (patch)
tree2bfd37fd36f4513d24c076051c64ee07608ddcf6 /frontend/CMakeLists.txt
parentc101364d4aafe50807cf7c8a831fb66eade3fb7f (diff)
use cmake instead of make
Diffstat (limited to 'frontend/CMakeLists.txt')
-rw-r--r--frontend/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/CMakeLists.txt b/frontend/CMakeLists.txt
new file mode 100644
index 0000000..dd74089
--- /dev/null
+++ b/frontend/CMakeLists.txt
@@ -0,0 +1,4 @@
+target_sources(main PUBLIC
+ main.cpp
+)
+