mirror of https://github.com/dnomd343/klotski.git
Dnomd343
2 days from now
11 changed files with 27 additions and 16 deletions
@ -1,7 +0,0 @@ |
|||
cmake_minimum_required(VERSION 3.12) |
|||
|
|||
project(klotski_py_demo VERSION "0.0.1") |
|||
|
|||
add_subdirectory(src/project) |
|||
|
|||
install(TARGETS klotski_py DESTINATION .) |
@ -0,0 +1 @@ |
|||
../../../../CMakeLists.txt |
@ -1,8 +1,18 @@ |
|||
include CMakeLists.txt |
|||
include README.md |
|||
include pyproject.toml |
|||
include setup.py |
|||
include src/klotski/__init__.py |
|||
recursive-include src/project * |
|||
recursive-exclude src/project/src/core_ffi/py_ffi/packing * |
|||
include README.md |
|||
exclude MANIFEST.in |
|||
|
|||
include src/klotski/*.py |
|||
|
|||
include CMakeLists.txt |
|||
include src/CMakeLists.txt |
|||
include src/core_ffi/CMakeLists.txt |
|||
|
|||
recursive-include src/core * |
|||
recursive-include src/core_ffi/py_ffi * |
|||
recursive-exclude src/core_ffi/py_ffi/packing * |
|||
|
|||
include third_party/ThirdParty.cmake |
|||
recursive-include third_party/pybind11 * |
|||
recursive-include third_party/parallel-hashmap * |
|||
|
@ -0,0 +1 @@ |
|||
../../../../CMakeLists.txt |
@ -0,0 +1 @@ |
|||
../../../../core |
@ -0,0 +1 @@ |
|||
../../../../core_ffi/ |
@ -1 +0,0 @@ |
|||
../../../../../../klotski/ |
@ -0,0 +1 @@ |
|||
../../../../third_party/ |
Loading…
Reference in new issue