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:
committed by
Eberhard Graether
parent
f3223e535a
commit
8be7886c7a
@@ -1,5 +1,5 @@
|
||||
add_files(
|
||||
GEN_FILES
|
||||
LIB_LICENSE_FILES
|
||||
|
||||
Generator.cpp
|
||||
Generator.h
|
||||
@@ -0,0 +1,5 @@
|
||||
add_files(
|
||||
LICENSE_GENERATOR_FILES
|
||||
|
||||
main.cpp
|
||||
)
|
||||
Reference in New Issue
Block a user