summaryrefslogtreecommitdiff
path: root/apps/accel/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/accel/CMakeLists.txt')
-rw-r--r--apps/accel/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/accel/CMakeLists.txt b/apps/accel/CMakeLists.txt
new file mode 100644
index 0000000..91f1497
--- /dev/null
+++ b/apps/accel/CMakeLists.txt
@@ -0,0 +1,3 @@
+add_executable(accel main.c)
+set_target_properties(accel PROPERTIES CHIP QUARK_D2000)
+toolchain_target(accel)