build: fixed cmake for windows

* added target for the license lib.
* switched to statically linked version of boost.
* removed boost dlls from bin directories.
* cleaned up CMakeLists.
This commit is contained in:
malte_langkabel
2016-01-18 11:42:32 +01:00
committed by Eberhard Graether
parent f3223e535a
commit 8be7886c7a
27 changed files with 119 additions and 77 deletions
@@ -1,5 +1,5 @@
add_files(
GEN_FILES
LIB_LICENSE_FILES
Generator.cpp
Generator.h
+5
View File
@@ -0,0 +1,5 @@
add_files(
LICENSE_GENERATOR_FILES
main.cpp
)