]> Creatis software - crea.git/blobdiff - cmake/CREAMacro_AddWxExecutable.cmake
*** empty log message ***
[crea.git] / cmake / CREAMacro_AddWxExecutable.cmake
index 4fdd9eba48a0ca9336c9db3036c0e36a93d61829..d3f5556654a9e66204d50481057a829304011b2c 100644 (file)
@@ -1,3 +1,10 @@
+#Generates the cmake commands to build and install the executable EXE_NAME.
+# ${EXE_NAME}_SOURCES        must contain the list of files to compile 
+#                            to build the executable.
+# ${EXE_NAME}_LINK_LIBRARIES must contain the list of libraries to link with
+# 
+# On Windows, if ${EXE_NAME}_CONSOLE is set to TRUE 
+# then the application will have a console attached.
 MACRO(CREA_ADD_WX_EXECUTABLE EXE_NAME)