[Kst] branches/work/kst/portto4/kst
Peter Kümmel
syntheticpp at gmx.net
Sun Jan 16 20:44:54 CET 2011
SVN commit 1214892 by kuemmel:
cmake: no pchs for msvc, update INSTALL
M +4 -2 INSTALL
M +1 -1 cmake/CMakeLists.txt
--- branches/work/kst/portto4/kst/INSTALL #1214891:1214892
@@ -106,10 +106,12 @@
-- kst_merge_files = OFF : Merge files to speedup build about factor 5
-- kst_merge_rebuild = OFF : Rebuild generated files from merged files build
-- kst_verbose = OFF : Make verbose CMake run and Makefiles
+ -- kst_console = OFF : Open console on Windows
-- kst_install_prefix = OFF : Install path for Kst, using a default if not set
- -- kst_console = OFF : Open console on Windows
-- kst_3rdparty = ON : Build plugins depending on 3rd party libraries
+ -- kst_dataobjects = ON : Build dataobject plugins
-- kst_test = OFF : Build unit tests
+ -- kst_pch = OFF : Use precompiled headers
To enable a option pass the value ON or 1, eg
@@ -147,5 +149,5 @@
TODOs:
- install on Mac
- add package rules
- - add support for pre-compiled headers
+ - add pre-compiled headers for msvc
--- branches/work/kst/portto4/kst/cmake/CMakeLists.txt #1214891:1214892
@@ -28,7 +28,7 @@
kst_option(3rdparty "Build plugins depending on 3rd party libraries" ON all)
kst_option(dataobjects "Build dataobject plugins" ON all)
kst_option(test "Build unit tests" OFF all)
-kst_option(pch "Use precompiled headers" OFF all)
+kst_option(pch "Use precompiled headers" OFF gcc)
More information about the Kst
mailing list