summaryrefslogtreecommitdiff
path: root/apps/magneto/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/magneto/CMakeLists.txt')
-rw-r--r--apps/magneto/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/magneto/CMakeLists.txt b/apps/magneto/CMakeLists.txt
new file mode 100644
index 0000000..e1ae3d1
--- /dev/null
+++ b/apps/magneto/CMakeLists.txt
@@ -0,0 +1,4 @@
+add_executable(magneto main.c)
+set_target_properties(magneto PROPERTIES CHIP QUARK_D2000)
+
+#target_compile_definitions(magneto -D__IPP__)