Skip to content

Commit

Permalink
fix CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrapre committed Dec 11, 2024
1 parent c910f76 commit a28e4a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion plugins/NebulaTextures/src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
INCLUDE_DIRECTORIES(. gui)
INCLUDE_DIRECTORIES(
.
gui
${CMAKE_BINARY_DIR}/plugins/NebulaTextures/src
${CMAKE_BINARY_DIR}/plugins/NebulaTextures/src/gui
)

# LINK_DIRECTORIES(${BUILD_DIR}/src)
LINK_DIRECTORIES(${CMAKE_BINARY_DIR}/src)
Expand Down
2 changes: 1 addition & 1 deletion plugins/NebulaTextures/src/NebulaTextures.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include "NebulaTextures.hpp"

#include "StelModule.hpp"
#include "gui/NebulaTexturesDialog.hpp"
#include "NebulaTexturesDialog.hpp"

#include <QDebug>

Expand Down

0 comments on commit a28e4a2

Please sign in to comment.