Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into website-product-purch…
Browse files Browse the repository at this point in the history
…ase-page
  • Loading branch information
hmcclew committed Apr 17, 2024
2 parents 7b1183c + 227ec96 commit b805336
Show file tree
Hide file tree
Showing 55 changed files with 25,482 additions and 74 deletions.
2 changes: 2 additions & 0 deletions backend/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set(CMAKE_CXX_STANDARD 14)
set(OpenCASCADE_DIR "/usr/lib/cmake/opencascade/")
find_package(OpenCASCADE REQUIRED)
include_directories("/usr/include/opencascade/")
include_directories("${PROJECT_SOURCE_DIR}/dependencies")

add_executable(cad_to_gcode
# src/cad_to_gcode.cpp
Expand All @@ -27,3 +28,4 @@ add_executable(manual_input_to_gcode src/manual_input_to_gcode.cpp)
# target_link_libraries(tangent_vectors_geom_bspline ${OpenCASCADE_LIBRARIES})
# target_link_libraries(step_to_topo ${OpenCASCADE_LIBRARIES})
target_link_libraries(cad_to_gcode ${OpenCASCADE_LIBRARIES})
target_link_libraries(manual_input_to_gcode ${OpenCASCADE_LIBRARIES})
Loading

0 comments on commit b805336

Please sign in to comment.