mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-06-26 09:25:26 -06:00
4 lines
180 B
CMake
4 lines
180 B
CMake
# Add individual tools as executables in separate directories
|
|
add_subdirectory(bbs_gcode_checker)
|
|
|
|
install(TARGETS bbs_gcode_checker RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}")
|