Skip to content

Commit

Permalink
Fix module name 4 uic918
Browse files Browse the repository at this point in the history
  • Loading branch information
user4223 committed Jun 4, 2024
1 parent 0dc819b commit 07115fe
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions source/app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ IF (WITH_TICKET_ANALYZER)
ticket-decoder-dip-detection
ticket-decoder-dip-filtering
ticket-decoder-dip-utility
ticket-decoder-lib-uic918
ticket-decoder-uic918
ticket-decoder-utility
ticket-decoder-ui)
ENDIF()
Expand All @@ -37,7 +37,7 @@ target_link_libraries("ticket-decoder"
ticket-decoder-barcode
ticket-decoder-dip-detection
ticket-decoder-dip-filtering
ticket-decoder-lib-uic918
ticket-decoder-uic918
ticket-decoder-utility)

add_custom_target(${PROJECT_NAME}.Copy ALL
Expand Down
2 changes: 1 addition & 1 deletion source/lib/api/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ target_link_libraries(${PROJECT_NAME} PRIVATE
ticket-decoder-dip-detection
ticket-decoder-dip-filtering
ticket-decoder-barcode
ticket-decoder-lib-uic918
ticket-decoder-uic918
ticket-decoder-io-api
ticket-decoder-io-pdf
ticket-decoder-io-image)
6 changes: 3 additions & 3 deletions source/lib/uic918/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROJECT(ticket-decoder-lib-uic918)
PROJECT(ticket-decoder-uic918)

AUX_SOURCE_DIRECTORY("api/source" PROJECT_SOURCE)
AUX_SOURCE_DIRECTORY("detail/source" PROJECT_SOURCE)
Expand All @@ -13,5 +13,5 @@ target_link_libraries(${PROJECT_NAME} PRIVATE
nlohmann_json::nlohmann_json
easyloggingpp::easyloggingpp
pugixml::pugixml
ticket-decoder-lib-uic918-u_flex13
ticket-decoder-lib-uic918-u_flex30)
ticket-decoder-uic918-u_flex13
ticket-decoder-uic918-u_flex30)
2 changes: 1 addition & 1 deletion source/lib/uic918/u_flex/v1.3/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROJECT(ticket-decoder-lib-uic918-u_flex13)
PROJECT(ticket-decoder-uic918-u_flex13)

AUX_SOURCE_DIRECTORY("source" PROJECT_SOURCE)
AUX_SOURCE_DIRECTORY("../source" PROJECT_SOURCE)
Expand Down
2 changes: 1 addition & 1 deletion source/lib/uic918/u_flex/v3.0/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROJECT(ticket-decoder-lib-uic918-u_flex30)
PROJECT(ticket-decoder-uic918-u_flex30)

AUX_SOURCE_DIRECTORY("source" PROJECT_SOURCE)
AUX_SOURCE_DIRECTORY("../source" PROJECT_SOURCE)
Expand Down
4 changes: 1 addition & 3 deletions source/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ target_link_libraries(${PROJECT_NAME}
ticket-decoder-barcode
ticket-decoder-dip-detection
ticket-decoder-dip-filtering
ticket-decoder-lib-uic918
ticket-decoder-lib-uic918-u_flex13
ticket-decoder-lib-uic918-u_flex30
ticket-decoder-uic918
ticket-decoder-utility)

add_custom_target(${PROJECT_NAME}.CopyUic918 ALL
Expand Down

0 comments on commit 07115fe

Please sign in to comment.