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:
@@ -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