mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-04-18 12:10:10 +08:00
5 lines
180 B
CMake
5 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}")
|