Skip to content

Commit

Permalink
Simble CMake build support
Browse files Browse the repository at this point in the history
  • Loading branch information
brain5lug committed Oct 22, 2018
1 parent 93ca2c2 commit 13f9f18
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
cmake_minimum_required (VERSION 2.6)
project (updiprog)
set(SOURCES
app.c
com.c
devices.c
ihex.c
link.c
log.c
main.c
nvm.c
phy.c
progress.c
sleep.c
)
add_executable (updiprog ${SOURCES})

0 comments on commit 13f9f18

Please sign in to comment.