Skip to content

Commit 7401d92

Browse files
committed
Moved code files into src folder.
1 parent dff592d commit 7401d92

19 files changed

Lines changed: 3 additions & 3 deletions

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,16 +146,16 @@ endif()
146146
# =============================================================================
147147

148148
# Core library (Qt-independent)
149-
add_subdirectory(core)
149+
add_subdirectory(src/core)
150150

151151
# CLI application
152152
if(EGIAMP_BUILD_CLI)
153-
add_subdirectory(cli)
153+
add_subdirectory(src/cli)
154154
endif()
155155

156156
# GUI application
157157
if(EGIAMP_BUILD_GUI)
158-
add_subdirectory(gui)
158+
add_subdirectory(src/gui)
159159
endif()
160160

161161
# =============================================================================
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)