[script] debugging
This commit is contained in:
parent
2e585024f7
commit
819b716260
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue