[script] debugging

This commit is contained in:
tangxifan 2022-12-01 12:30:57 -08:00
parent 2e585024f7
commit 819b716260
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ list(REMOVE_ITEM LIB_SOURCES ${EXEC_SOURCE})
if (OPENFPGA_WITH_SWIG) if (OPENFPGA_WITH_SWIG)
# SWIG library # SWIG library
SwigLib(NAME openfpga_swig SwigLib(NAME openfpga_swig
NAMESPACE openfpga NAMESPACE std
I_FILE src/openfpga.i) I_FILE src/openfpga.i)
target_link_libraries(openfpga_swig target_link_libraries(openfpga_swig
PRIVATE PRIVATE

View File

@ -2,7 +2,7 @@
%module openfpga %module openfpga
%{ %{
#include "base/openfpga_shell.h" #include "openfpga_shell.h"
%} %}
%include "base/openfpga_shell.h" %include "openfpga_shell.h"