Skip to content

Commit

Permalink
FIX cmake generation for binding in SofaImGui (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbilger authored Dec 4, 2023
1 parent f22f7f9 commit 1371598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SofaImGui/bindings/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(Bindings_SofaImGui)

set(SOURCE_FILES
${CMAKE_CURRENT_SOURCE_DIR}/Module_SofaImGui.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/Module_SofaImGui.cpp
)

if (NOT TARGET SofaPython3::Plugin)
Expand All @@ -12,7 +12,7 @@ SP3_add_python_module(
TARGET ${PROJECT_NAME}
PACKAGE SofaImGui
MODULE SofaImGui
DESTINATION /
DESTINATION .
SOURCES ${SOURCE_FILES}
DEPENDS SofaPython3::Plugin SofaPython3::Bindings.Sofa SofaImGui

Expand Down
File renamed without changes.

0 comments on commit 1371598

Please sign in to comment.