Skip to content

Commit

Permalink
File name changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
swwelch committed May 14, 2019
1 parent 1e99dd8 commit ca3766a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ link_directories(${OpenCV_LIBRARY_DIRS})
add_definitions(${OpenCV_DEFINITIONS})

# Executable for create matrix exercise
add_executable (2D_feature_tracking src/matching2D.cpp src/main.cpp)
add_executable (2D_feature_tracking src/matching2D_Student.cpp src/MidTermProject_Camera_Student.cpp)
target_link_libraries (2D_feature_tracking ${OpenCV_LIBRARIES})
File renamed without changes.
File renamed without changes.

0 comments on commit ca3766a

Please sign in to comment.