Skip to content

Commit

Permalink
Make list
Browse files Browse the repository at this point in the history
  • Loading branch information
tomery11 committed Jan 12, 2019
1 parent 7611982 commit 8dafd5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ project(fligtSimProj2)

set(CMAKE_CXX_STANDARD 14)

add_executable(fligtSimProj2 main.cpp ISearcher.h ISearchable.h)
add_executable(fligtSimProj2 main.cpp ISearcher.h ISearchable.h CacheManager.cpp CacheManager.h ClientHandler.h CompareState.h
FileCacheManager.cpp FileCacheManager.h Main.cpp MySerialServer.h MySerialServer.cpp MyTestClientHandler.h MySerialServer.cpp
PQueueSearcher.h Searcher.h Server.h Solver.h State.h State.cpp StringReverser.h StringReverser.cpp)

0 comments on commit 8dafd5a

Please sign in to comment.