diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/accel/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/accel/CMakeLists.txt b/apps/accel/CMakeLists.txt index 91f1497..35948ae 100644 --- a/apps/accel/CMakeLists.txt +++ b/apps/accel/CMakeLists.txt @@ -1,3 +1,4 @@ add_executable(accel main.c) set_target_properties(accel PROPERTIES CHIP QUARK_D2000) toolchain_target(accel) +add_extra_commands(accel) |