Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
Signed-off-by: Takumi Ito <[email protected]>
  • Loading branch information
Takumi Ito committed Jan 17, 2024
1 parent f4be930 commit b40c161
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions planning/freespace_planning_algorithms/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,13 @@ find_package(Python3 REQUIRED COMPONENTS Interpreter Development)
# find_package(pybind11 REQUIRED)
add_subdirectory(pybind11)

pybind11_add_module(freespace_planning_algorithms_python scripts/module/astar_search_python.cpp)
pybind11_add_module(freespace_planning_algorithms_python SHARED
scripts/module/astar_search_python.cpp
)

# include_directories(freespace_planning_algorithms_python
# include/
# )
include_directories(freespace_planning_algorithms_python PRIVATE
include/
)
target_link_libraries(freespace_planning_algorithms_python PRIVATE
freespace_planning_algorithms
)

0 comments on commit b40c161

Please sign in to comment.