right dependency division

This commit is contained in:
2025-03-20 22:01:53 +03:00
parent 17fd9da3e6
commit 229a6bcc9e
2 changed files with 3 additions and 1 deletions

View File

@@ -116,6 +116,9 @@ endif()
if (BUILD_OFD_BINARYEYE_SCAN OR BUILD_OFD_LOCAL_QR_SCAN)
list(APPEND PROJECT_SOURCES exceptions/ofdrequestexception.h exceptions/ofdrequestexception.cpp)
endif()
if (BUILD_OFD_BINARYEYE_SCAN)
list(APPEND PROJECT_SOURCES http_server/http_server.h http_server/http_server.cpp)
endif()