[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)
|
||||
# SWIG library
|
||||
SwigLib(NAME openfpga_swig
|
||||
NAMESPACE openfpga
|
||||
NAMESPACE std
|
||||
I_FILE src/openfpga.i)
|
||||
target_link_libraries(openfpga_swig
|
||||
PRIVATE
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%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