Skip to content

Commit

Permalink
[1_7] Remove eigen and opecv
Browse files Browse the repository at this point in the history
  • Loading branch information
changh95 committed Oct 13, 2023
1 parent 7c23e78 commit 6c14c55
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions 1_7/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,29 +29,10 @@ elseif(CMAKE_BUILD_TYPE MATCHES "Release")
set(CMAKE_CXX_FLAGS "-g -O3 -DNDEBUG -fPIC")
endif()

# ------------------------------------------
# Dependencies
# ------------------------------------------

find_package(OpenCV REQUIRED)
find_package(Eigen3 REQUIRED)

# ------------------------------------------
# Executable
# ------------------------------------------

add_executable(vector examples/vector.cpp)
add_executable(map examples/map.cpp)
add_executable(unordered_map examples/unordered_map.cpp)
add_executable(for_loop examples/for_loop.cpp)
add_executable(while_loop examples/while_loop.cpp)
add_executable(template_function examples/template_function.cpp)
add_executable(template_class examples/template_class.cpp)

add_executable(opencv examples/opencv.cpp)
target_link_libraries(opencv ${OpenCV_LIBS})

message(STATUS $ENV{Eigen3_INCLUDE_DIR})

add_executable(eigen examples/eigen.cpp)
target_link_libraries(eigen Eigen3::Eigen)
File renamed without changes.

0 comments on commit 6c14c55

Please sign in to comment.