Skip to content

Commit

Permalink
Fix header inclusion paths
Browse files Browse the repository at this point in the history
  • Loading branch information
nolankramer authored and paceholder committed Oct 13, 2024
1 parent 0f85146 commit 56a5066
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,12 @@ set(HPP_HEADER_FILES
include/QtNodes/internal/Serializable.hpp
include/QtNodes/internal/Style.hpp
include/QtNodes/internal/StyleCollection.hpp
src/DefaultConnectionPainter.hpp
src/DefaultHorizontalNodeGeometry.hpp
src/DefaultNodePainter.hpp
src/DefaultVerticalNodeGeometry.hpp
src/NodeConnectionInteraction.hpp
src/UndoCommands.hpp
include/QtNodes/internal/DefaultConnectionPainter.hpp
include/QtNodes/internal/DefaultHorizontalNodeGeometry.hpp
include/QtNodes/internal/DefaultNodePainter.hpp
include/QtNodes/internal/DefaultVerticalNodeGeometry.hpp
include/QtNodes/internal/NodeConnectionInteraction.hpp
include/QtNodes/internal/UndoCommands.hpp
)

# If we want to give the option to build a static library,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 56a5066

Please sign in to comment.