BambuStudio/hints/CMakeLists.txt

13 lines
190 B
CMake
Raw Permalink Normal View History

2024-12-20 06:44:50 +00:00
cmake_minimum_required(VERSION 3.13)
project(HintsToPot)
add_executable(hintsToPot
HintsToPot.cpp)
target_link_libraries(hintsToPot PRIVATE boost_libs)
#encoding_check(HintsToPot)