Skip to content

Commit 6b2396b

Browse files
committed
Move application cpp files to apps directory
1 parent 32e0879 commit 6b2396b

File tree

13 files changed

+2
-2
lines changed

13 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ target_compile_definitions(${BACKEND_NAME} PUBLIC "DEBUG")
9191
message(STATUS "Building with DEBUG=ON")
9292
endif()
9393

94-
set(SOURCE_PATH "${CMAKE_CURRENT_SOURCE_DIR}")
94+
set(SOURCE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/apps")
9595
set(HEADERS_PATH "${CMAKE_CURRENT_SOURCE_DIR}/threading")
9696
list(APPEND HEADERS_PATH "${CMAKE_CURRENT_SOURCE_DIR}/src")
9797

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 commit comments

Comments
 (0)