Refactor CMakeLists.txt to include yaze_py.cmake for Python build

This commit is contained in:
scawful
2024-08-13 22:09:01 -04:00
parent 54e8d7c3a5
commit e72ae83d48
2 changed files with 1 additions and 1 deletions

View File

@@ -84,7 +84,7 @@ if (YAZE_BUILD_EXTENSIONS)
endif()
if (YAZE_BUILD_PYTHON)
include(py/CMakeLists.txt)
include(py/yaze_py.cmake)
endif()
if (UNIX)