Skip to content

Commit

Permalink
Merge pull request #1 from brain5lug/master
Browse files Browse the repository at this point in the history
Simble CMake build support
  • Loading branch information
Polarisru authored Oct 23, 2018
2 parents 93ca2c2 + 13f9f18 commit c4edb1c
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 c4edb1c

Please sign in to comment.