diff --git a/Tests/InputStream/CMakeLists.txt b/Tests/InputStream/CMakeLists.txt deleted file mode 100644 index ce8ab5f..0000000 --- a/Tests/InputStream/CMakeLists.txt +++ /dev/null @@ -1,7 +0,0 @@ -cmake_minimum_required(VERSION 4.0) -project("InputStream") -include(GoogleTest) - -add_executable(${PROJECT_NAME} Main.cpp) - -target_link_libraries(${PROJECT_NAME} GTest::gtest_main) \ No newline at end of file diff --git a/Tests/InputStream/Main.cpp b/Tests/InputStream/Main.cpp deleted file mode 100644 index e69de29..0000000