mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 12:49:18 +02:00
Python 3.14 build and CI updates
Squashes the last five commits: migrate to Python 3.14 (CMake, AppVeyor, Azure, README), vcpkg/setup-ci fixes, CMake adjustments, remove bundled ref/python 2.7, and related scripting/static file updates. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user