Skip to content

Commit

Permalink
build: replace VS proj with CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
SuTanTank committed May 27, 2021
1 parent fe0a686 commit 5baeefb
Show file tree
Hide file tree
Showing 10 changed files with 1,667 additions and 1,968 deletions.
6 changes: 6 additions & 0 deletions SeamCut/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.6)
project(SeamCut CXX)
find_package(OpenCV REQUIRED)
file(GLOB_RECURSE SRC "*.cpp" "*.h")
add_executable(SeamCut ${SRC})
target_link_libraries(SeamCut PUBLIC ${OpenCV_LIBS})
51 changes: 0 additions & 51 deletions SeamCut/SeamCut.cbp

This file was deleted.

31 changes: 0 additions & 31 deletions SeamCut/SeamCut.sln

This file was deleted.

137 changes: 0 additions & 137 deletions SeamCut/SeamCut.vcxproj

This file was deleted.

41 changes: 0 additions & 41 deletions SeamCut/SeamCut.vcxproj.filters

This file was deleted.

Loading

0 comments on commit 5baeefb

Please sign in to comment.