Skip to content

Commit

Permalink
[CORRECTIVE] Fix KactusAPI includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
hagantsa committed Nov 20, 2023
1 parent 6fc92e3 commit 95abe1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion KactusAPI/KactusAPI.pri
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ HEADERS += ./KactusAPI.h \
./include/IPluginUtility.h \
./include/IPXactSystemVerilogParser.h \
./include/LibraryInterface.h \
./include/ListHelper.h \
./include/ListParameterFinder.h \
./include/MasterPortInterface.h \
./include/MemoryBlockInterface.h \
Expand Down Expand Up @@ -115,7 +116,7 @@ SOURCES += ./KactusAPI.cpp \
./expressions/SystemVerilogExpressionParser.cpp \
./interfaces/bus/AbstractionTypeInterface.cpp \
./interfaces/bus/PortAbstractionInterface.cpp \
./include/AccessPolicyInterface.cpp \
./interfaces/component/AccessPolicyInterface.cpp \
./interfaces/component/AddressBlockInterface.cpp \
./interfaces/component/BusInterfaceInterface.cpp \
./interfaces/component/BusInterfaceInterfaceFactory.cpp \
Expand Down

0 comments on commit 95abe1c

Please sign in to comment.