project(engine) add_library( ${PROJECT_NAME} STATIC src/Point.cpp ) target_include_directories( ${PROJECT_NAME} PUBLIC include )