[go: up one dir, main page]

Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
STASSOL2 authored Feb 6, 2024
1 parent cd540cf commit 9a01dcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required( VERSION 2.6 )
cmake_minimum_required( VERSION 3.5 )
project( algorithm )

include_directories( "include" )
Expand All @@ -16,4 +16,4 @@ message( ${CMAKE_CXX_FLAGS} )
foreach( appsourcefile ${APP_SOURCES} )
get_filename_component( demo_name ${appsourcefile} NAME_WE )
add_executable( ${demo_name} ${appsourcefile} )
endforeach( appsourcefile ${APP_SOURCES} )
endforeach( appsourcefile ${APP_SOURCES} )

0 comments on commit 9a01dcd

Please sign in to comment.