Skip to content

Commit

Permalink
cmake install support`
Browse files Browse the repository at this point in the history
  • Loading branch information
rickmark committed Jan 28, 2022
1 parent 9a64572 commit 1013573
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
cmake_minimum_required (VERSION 2.8.11)
project (yolo_dsc)

add_executable (yolo_dsc main.c)
add_executable (yolo_dsc main.c)

install(TARGETS yolo_dsc)

0 comments on commit 1013573

Please sign in to comment.