feat: Added pyincp to build system

This commit is contained in:
2026-03-04 19:49:08 +00:00
parent 4af6192b34
commit 393128c197
4 changed files with 98 additions and 1 deletions

View File

@@ -80,6 +80,8 @@ include(FetchContent)
#FetchContent_Declare(...)
#FetchContent_MakeAvailable(...)
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/incp.cmake)
# == Library linking ==
#target_link_libraries(${EXECUTABLE} ...)