X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=cmake%2FCREAMacro_AddWxExecutable.cmake;fp=cmake%2FCREAMacro_AddWxExecutable.cmake;h=d3f5556654a9e66204d50481057a829304011b2c;hb=757d5fcb925e1e64e5da7ccac647c9fcc18d2a64;hp=4fdd9eba48a0ca9336c9db3036c0e36a93d61829;hpb=6d6ccd8647eb8319b2ad0b6bacc5d369d3883ff1;p=crea.git diff --git a/cmake/CREAMacro_AddWxExecutable.cmake b/cmake/CREAMacro_AddWxExecutable.cmake index 4fdd9eb..d3f5556 100644 --- a/cmake/CREAMacro_AddWxExecutable.cmake +++ b/cmake/CREAMacro_AddWxExecutable.cmake @@ -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)