Skip to content

Commit

Permalink
add copyright in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
vlovo committed Nov 4, 2023
1 parent fe79617 commit d966e73
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# main CMakeList.txt
# (c) vlovo

cmake_minimum_required(VERSION 3.15)

Expand All @@ -18,4 +20,5 @@ target_compile_features(savgol INTERFACE cxx_std_17)

add_executable(main ${SRC} ${HDR})
target_link_libraries(main savgol)
target_compile_features(main PRIVATE cxx_std_17)
target_compile_features(main PRIVATE cxx_std_17)

0 comments on commit d966e73

Please sign in to comment.