diff --git a/src/py/CMakeLists.txt b/src/py/CMakeLists.txt index 2a6a1af7..d38b5b2d 100644 --- a/src/py/CMakeLists.txt +++ b/src/py/CMakeLists.txt @@ -1,20 +1,20 @@ find_package(Python3 COMPONENTS Interpreter Development REQUIRED) add_library( - yaze_python + yaze_py py/yaze_python.cc ) set(PYTHON_HEADERS /Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/Headers) target_include_directories( - yaze_python PUBLIC + yaze_py PUBLIC lib/ app/ ${PYTHON_HEADERS} ) target_link_libraries( - yaze_python PUBLIC + yaze_py PUBLIC Python ) \ No newline at end of file