mirror of
https://github.com/2martens/uni.git
synced 2026-05-06 19:36:26 +02:00
Finished exercise 4 on sheet3
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -8,6 +8,8 @@ find_package( OpenCV REQUIRED )
|
||||
add_executable(sheet3 main.cpp)
|
||||
add_executable(sheet3-exercise1 exercise1.cpp)
|
||||
add_executable(sheet3-exercise3 exercise3.cpp)
|
||||
add_executable(sheet3-exercise4 gauss_pyramid.cpp lab_pyramid.cpp exercise4.cpp)
|
||||
target_link_libraries(sheet3 ${OpenCV_LIBS})
|
||||
target_link_libraries(sheet3-exercise1 ${OpenCV_LIBS})
|
||||
target_link_libraries(sheet3-exercise3 ${OpenCV_LIBS})
|
||||
target_link_libraries(sheet3-exercise4 ${OpenCV_LIBS})
|
||||
|
||||
Reference in New Issue
Block a user