Overhaul common's CMakeLists.txt

* Use automoc instead of a manual list of headers
* Remove Qt4 detection
* Created missing .cpp for .h files (for automoc detection)
* Remove pthread linking
* Forcing -lprotobuf is not needed for mingw; msvc only?
This commit is contained in:
Fabio Bas
2014-06-11 01:24:34 +02:00
parent 62f756e698
commit 4fd8c94df0
4 changed files with 10 additions and 27 deletions

View File

@@ -0,0 +1,2 @@
#include "server_database_interface.h"