mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-07-16 17:47:22 +00:00
Pipeline: rename Location to City, wire postal code into breweries
This commit is contained in:
@@ -140,6 +140,8 @@ FetchContent_MakeAvailable(cpp-httplib)
|
||||
add_executable(${PROJECT_NAME}
|
||||
includes/services/enrichment/mock_enrichment.h
|
||||
includes/services/curated_data/mock_curated_data_service.h
|
||||
includes/services/postal_code/postal_code_service.h
|
||||
includes/services/postal_code/mock_postal_code_service.h
|
||||
includes/json_handling/pretty_print.h)
|
||||
|
||||
# --- Entry point ---
|
||||
@@ -264,8 +266,8 @@ target_compile_options(biergarten-pipeline PRIVATE
|
||||
|
||||
# 7. Runtime Assets
|
||||
configure_file(
|
||||
${CMAKE_SOURCE_DIR}/locations.json
|
||||
${CMAKE_BINARY_DIR}/locations.json
|
||||
${CMAKE_SOURCE_DIR}/cities.json
|
||||
${CMAKE_BINARY_DIR}/cities.json
|
||||
COPYONLY
|
||||
)
|
||||
configure_file(
|
||||
@@ -288,4 +290,3 @@ add_custom_command(TARGET ${PROJECT_NAME} POST_BUILD
|
||||
${CMAKE_SOURCE_DIR}/prompts
|
||||
${CMAKE_BINARY_DIR}/prompts
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user