Skip to content

Commit

Permalink
feat: trivial boilerplate for python wrapper, ref #179
Browse files Browse the repository at this point in the history
  • Loading branch information
iboB committed Nov 3, 2024
1 parent 3191737 commit 4b950ee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions wrapper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ add_subdirectory(c)
add_subdirectory(java)
add_subdirectory(swift)
add_subdirectory(cocoa)
add_subdirectory(python)
6 changes: 6 additions & 0 deletions wrapper/python/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Copyright (c) Alpaca Core
# SPDX-License-Identifier: MIT
#
icm_auto_option(AC_PYTHON_WRAPPER "${CMAKE_PROJECT_NAME}: build python wrapper library" ${AC_WRAPPER_DEFAULT_VALUE})

find_package(Python ${AC_PYTHON_WRAPPER_REQUIRED})
1 change: 1 addition & 0 deletions wrapper/python/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Alpaca Core Local SDK Python Wrapper

0 comments on commit 4b950ee

Please sign in to comment.