Adding 4th assignment - Simple Search
This commit is contained in:
13
SimpleSearch/CMakeLists.txt
Normal file
13
SimpleSearch/CMakeLists.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
cmake_minimum_required(VERSION 4.0)
|
||||
project(SimpleSearch)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
|
||||
add_executable(SimpleSearch main.cpp
|
||||
EBankAccountType.h
|
||||
TBankAccount.cpp
|
||||
TBankAccount.h
|
||||
TLinkedList.h
|
||||
SearchSummary.h
|
||||
FCompareAccount.h
|
||||
)
|
||||
Reference in New Issue
Block a user