From 63aef9f68f9943e9b1556d2c05953519dc3cea43 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 27 Jan 2018 19:58:22 +0100 Subject: Split cmd parsing from main into CommandLine class --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e5e5f22..74bddd2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -112,7 +112,7 @@ set(SourceCode #"src/forms/cookiesform.ui" # plugin interfaces - plugins/interfaces.h) + plugins/interfaces.h src/commandline.cpp src/commandline.h) add_executable(poi ${SourceCode}) -- cgit v1.2.1