Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
kaustubh-sadekar authored Sep 13, 2020
1 parent bf173c9 commit ef0022e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ set(HEADER_FILES
# Include the headers folder for OpenCV
include_directories( ${OpenCV_INCLUDE_DIRS})

ADD_EXECUTABLE(main_output ../main_code.cpp ${SOURCE_FILES} ${HEADER_FILES})
TARGET_LINK_LIBRARIES(main_output ${OpenCV_LIBS})

ADD_EXECUTABLE(fisheye2equirect ../Examples/fisheye2equirect.cpp ${SOURCE_FILES} ${HEADER_FILES})
TARGET_LINK_LIBRARIES(fisheye2equirect ${OpenCV_LIBS})

Expand Down

0 comments on commit ef0022e

Please sign in to comment.