16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-17 23:39:18 +02:00

Merge remote-tracking branch 'origin/feature/python314' into Editor-Python3.14

This commit is contained in:
2026-06-18 18:22:38 +02:00
104 changed files with 99 additions and 13534 deletions

View File

@@ -62,8 +62,9 @@ target_include_directories(${LIBMANUL_NAME} PRIVATE
"${DEPS_DIR}/glad/include")
# Python.h
find_package(Python3 3.14 REQUIRED COMPONENTS Development)
target_include_directories(${LIBMANUL_NAME} PRIVATE
"${PYTHON_INCLUDE_DIR}")
"${Python3_INCLUDE_DIRS}")
target_compile_definitions(${LIBMANUL_NAME} PRIVATE
GLM_ENABLE_EXPERIMENTAL