Skip to content

Commit

Permalink
fixed c make lists
Browse files Browse the repository at this point in the history
  • Loading branch information
tairch committed Jan 12, 2019
1 parent bae6c1b commit cb654c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ project(fligtSimProj2)

set(CMAKE_CXX_STANDARD 14)

set(GCC_COVERAGE_COMPILE_FLAGS "-pthread")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${GCC_COVERAGE_COMPILE_FLAGS}")

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
FileCacheManager.cpp FileCacheManager.h Main.cpp MySerialServer.h MySerialServer.cpp MyTestClientHandler.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 cb654c5

Please sign in to comment.