Skip to content

Commit

Permalink
Move variable files to to variables folder
Browse files Browse the repository at this point in the history
  • Loading branch information
WarmUpTill committed Jan 28, 2024
1 parent 9aa8dc4 commit 236a4ff
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 14 deletions.
27 changes: 14 additions & 13 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -212,20 +212,20 @@ target_sources(
lib/utils/ui-helpers.hpp
lib/utils/utility.cpp
lib/utils/utility.hpp
lib/utils/variable-line-edit.cpp
lib/utils/variable-line-edit.hpp
lib/utils/variable-number.hpp
lib/utils/variable-number.tpp
lib/utils/variable-spinbox.cpp
lib/utils/variable-spinbox.hpp
lib/utils/variable-string.cpp
lib/utils/variable-string.hpp
lib/utils/variable-text-edit.cpp
lib/utils/variable-text-edit.hpp
lib/utils/variable.cpp
lib/utils/variable.hpp
lib/utils/volume-control.cpp
lib/utils/volume-control.hpp)
lib/utils/volume-control.hpp
lib/variables/variable-line-edit.cpp
lib/variables/variable-line-edit.hpp
lib/variables/variable-number.hpp
lib/variables/variable-number.tpp
lib/variables/variable-spinbox.cpp
lib/variables/variable-spinbox.hpp
lib/variables/variable-string.cpp
lib/variables/variable-string.hpp
lib/variables/variable-text-edit.cpp
lib/variables/variable-text-edit.hpp
lib/variables/variable.cpp
lib/variables/variable.hpp)

# --- End of section ---

Expand All @@ -249,6 +249,7 @@ target_include_directories(
"${CMAKE_CURRENT_SOURCE_DIR}/lib/legacy"
"${CMAKE_CURRENT_SOURCE_DIR}/lib/macro"
"${CMAKE_CURRENT_SOURCE_DIR}/lib/utils"
"${CMAKE_CURRENT_SOURCE_DIR}/lib/variables"
"${CMAKE_CURRENT_BINARY_DIR}/forms")

set_target_properties(
Expand Down
2 changes: 1 addition & 1 deletion cmake/AdvSSHelpers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ function(setup_advss_plugin target)
${target}
PRIVATE "${ADVSS_SOURCE_DIR}/lib" "${ADVSS_SOURCE_DIR}/lib/legacy"
"${ADVSS_SOURCE_DIR}/lib/macro" "${ADVSS_SOURCE_DIR}/lib/utils"
"${ADVSS_SOURCE_DIR}/forms")
"${ADVSS_SOURCE_DIR}/lib/variables" "${ADVSS_SOURCE_DIR}/forms")
endfunction()

function(install_advss_plugin_dependency)
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.
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 236a4ff

Please sign in to comment.