Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 15, 2023
1 parent ade0f85 commit e56b795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/cpp_test_app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ IF(CMAKE_COMPILER_IS_GNUCXX)
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fmessage-length=0")
ENDIF(CMAKE_COMPILER_IS_GNUCXX)

add_executable( scanner scanner.cpp src/DocumentDetector.cpp src/nQuantGpp/bitmapUtilities.cpp src/nQuantGpp/BlueNoise.cpp src/nQuantGpp/bitmapUtilities.cpp src/nQuantGpp/PnnQuantizer.cpp src/nQuantGpp/GilbertCurve.cpp src/nQuantGpp/CIELABConvertor.cpp )
add_executable( scanner scanner.cpp src/DocumentDetector.cpp )
target_link_libraries( scanner ${OpenCV_LIBS} )

0 comments on commit e56b795

Please sign in to comment.