Skip to content

Commit

Permalink
Move c files in src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
redtide authored and johanmalm committed Apr 11, 2024
1 parent 7f2d04f commit 2e61064
Show file tree
Hide file tree
Showing 19 changed files with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ set(PROJECT_SOURCES
tweaks-qt/maindialog.ui
tweaks-qt/maindialog.cpp
tweaks-qt/maindialog.h
environment.c
environment.h
theme.c
theme.h
xml.c
xml.h
keyboard-layouts.c
keyboard-layouts.h
src/environment.c
src/environment.h
src/theme.c
src/theme.h
src/xml.c
src/xml.h
src/keyboard-layouts.c
src/keyboard-layouts.h
)
set(PROJECT_OTHER_FILES
.github/workflows/build.yml
Expand Down Expand Up @@ -97,9 +97,11 @@ target_compile_definitions(${PROJECT_NAME} PRIVATE
PROJECT_TRANSLATION_TEST_ENABLED=${PROJECT_TRANSLATION_TEST_ENABLED}
PROJECT_TRANSLATION_TEST_LANGUAGE="${PROJECT_TRANSLATION_TEST_LANGUAGE}"
)
target_include_directories(${PROJECT_NAME} PRIVATE ${GLIB_INCLUDE_DIRS})
target_include_directories(${PROJECT_NAME} PRIVATE ${LIBXML2_INCLUDE_DIR})

target_include_directories(${PROJECT_NAME} PRIVATE
${GLIB_INCLUDE_DIRS}
${LIBXML2_INCLUDE_DIR}
src
)
target_link_libraries(${PROJECT_NAME} PRIVATE
Qt${QT_VERSION_MAJOR}::Widgets
${GLIB_LDFLAGS}
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.
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 2e61064

Please sign in to comment.