Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
removed test function and finalized CMake project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
samdai01 committed Jan 8, 2024
1 parent b934932 commit a4e253f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/main/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
add_executable(diagnostics diagnostics.cpp)

target_link_libraries(diagnostics PRIVATE UI)
target_link_libraries(diagnostics PRIVATE
UI
)

target_include_directories(diagnostics PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}
Expand Down
1 change: 0 additions & 1 deletion src/ui/common/commonUI.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ class CommonUI

public:
CommonUI();
int getTerminalWidthPub() const { return terminal_width; }
};

#endif

0 comments on commit a4e253f

Please sign in to comment.