From 933eb6b2c20e8f462f91cf1538f168d878a715c7 Mon Sep 17 00:00:00 2001 From: tomery11 Date: Tue, 8 Jan 2019 20:18:50 +0200 Subject: [PATCH] Bridge design pattern --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d216a6a..92d75f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,4 +3,4 @@ project(fligtSimProj2) set(CMAKE_CXX_STANDARD 14) -add_executable(fligtSimProj2 main.cpp) \ No newline at end of file +add_executable(fligtSimProj2 main.cpp ISearcher.h ISearchable.h) \ No newline at end of file