Skip to content

Commit

Permalink
Move application cpp files to apps directory
Browse files Browse the repository at this point in the history
  • Loading branch information
janciesko committed Mar 29, 2022
1 parent 32e0879 commit 6b2396b
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ target_compile_definitions(${BACKEND_NAME} PUBLIC "DEBUG")
message(STATUS "Building with DEBUG=ON")
endif()

set(SOURCE_PATH "${CMAKE_CURRENT_SOURCE_DIR}")
set(SOURCE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/apps")
set(HEADERS_PATH "${CMAKE_CURRENT_SOURCE_DIR}/threading")
list(APPEND HEADERS_PATH "${CMAKE_CURRENT_SOURCE_DIR}/src")

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.
2 changes: 1 addition & 1 deletion src/partix.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#define OVERLAP_IN_MSEC_DEFAULT 100

/* Used add task duration divergence as a % of OVERLAP_IN_MSEC_DEFAULT */
#define NOISE_IN_PERCENTAGE_OF_OVERLAP 100
#define NOISE_IN_PERCENTAGE_OF_OVERLAP 30

#include <thread.h>

Expand Down

0 comments on commit 6b2396b

Please sign in to comment.