From e715daf70be7c7f608af90210e1c5386664ca0db Mon Sep 17 00:00:00 2001 From: athatheocsd <athatheo@csd.auth.gr> Date: Tue, 27 Nov 2018 04:52:13 +0200 Subject: [PATCH] First try for the ST[05] --- .idea/misc.xml | 10 ++-------- .idea/vcs.xml | 1 - CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 91d43617..8822db8f 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,13 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="CMakeWorkspace" PROJECT_DIR="$PROJECT_DIR$" /> - <component name="CidrRootsConfiguration"> - <sourceRoots> - <file path="$PROJECT_DIR$/inc" /> - <file path="$PROJECT_DIR$/src" /> - </sourceRoots> - <libraryRoots> - <file path="$PROJECT_DIR$/lib" /> - </libraryRoots> + <component name="JavaScriptSettings"> + <option name="languageLevel" value="ES6" /> </component> </project> \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 76ade6ed..94a25f7f 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -2,6 +2,5 @@ <project version="4"> <component name="VcsDirectoryMappings"> <mapping directory="$PROJECT_DIR$" vcs="Git" /> - <mapping directory="$PROJECT_DIR$/lib/Catch2" vcs="Git" /> </component> </project> \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index 37ee7a55..d725c7f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ add_custom_target(check # Specify the .cpp files for the executables add_executable(ecss_services src/main.cpp src/Message.cpp src/Service.cpp - src/Services/TestService.cpp src/Services/RequestVerificationService.cpp) + src/Services/TestService.cpp src/Services/RequestVerificationService.cpp src/Services/EventReportService.cpp inc/Services/EventReportService.hpp) IF (EXISTS "${PROJECT_SOURCE_DIR}/lib/Catch2/CMakeLists.txt") add_subdirectory(lib/Catch2) -- GitLab