[Kst] branches/work/kst/portto4/kst/cmake/modules

Peter Kümmel syntheticpp at gmx.net
Wed Dec 22 23:41:52 CET 2010


SVN commit 1208720 by kuemmel:

build plugins into plugin dir on windows (dll==runtime)


 M  +1 -0      KstMacros.cmake  


--- branches/work/kst/portto4/kst/cmake/modules/KstMacros.cmake #1208719:1208720
@@ -64,6 +64,7 @@
 
 
 macro(kst_init_plugin dir)
+	set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/plugin)
 	set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/plugin)
 	include_directories(${CMAKE_BINARY_DIR}/${dir})
 	kst_include_directories(kstcore kstmath kstwidgets)


More information about the Kst mailing list