Delete other input stream folder

This commit is contained in:
BendedWills
2026-03-07 02:13:09 -06:00
parent 252e5cf733
commit f0246116a5
2 changed files with 0 additions and 7 deletions

View File

@@ -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)