X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FwxCDMLibraryHelpDialog.cpp;h=e027d60d9eecd5685a1e149e4f3278d0d3cb6479;hb=38fb78e3930c8ba01021536630624e4b0b03dd87;hp=13a7038f1ec57b4b29fb8a74972afc7bd5ef7b3f;hpb=5ff0bb2664c3cd508c1dd438666a71b8a96459c3;p=crea.git diff --git a/lib/creaDevManagerLib/wxCDMLibraryHelpDialog.cpp b/lib/creaDevManagerLib/wxCDMLibraryHelpDialog.cpp index 13a7038..e027d60 100644 --- a/lib/creaDevManagerLib/wxCDMLibraryHelpDialog.cpp +++ b/lib/creaDevManagerLib/wxCDMLibraryHelpDialog.cpp @@ -103,8 +103,12 @@ void wxCDMLibraryHelpDialog::CreateControls() "functionalities of your project inside the created files.\n" "If you need to separate classes in folders you can do it by creating a folder with the \"Create Folder\" button.\n" "Then, in order to include your libraries in the project correctly you must include them in the lib's folder " - "\"CMakeLists.txt\" file. Also, if you create additional folders in your library you should include them in the library's " - "\"CMakeLists.txt\" file.\n" + "\"CMakeLists.txt\" file by using the \"ADD_SUBDIRECTORY([libraryName])\". Also, if you use third party libraries in your " + "library you must include them in the library's \"CMakeLists.txt\" file by uncommenting them in the " + "\"SET ( ${LIBRARY_NAME}_LINK_LIBRARIES\" command; if you use custom libraries in your library you must also include them " + "in the library's \"CMakeLists.txt\" file by including them in the \"SET ( ${LIBRARY_NAME}_LINK_LIBRARIES\" command. Or, " + "if you create additional folders in your library you must include them in the library's \"CMakeLists.txt\" file by using " + "the \"ADD_SUBDIRECTORY([folderName])\" command.\n" "\n" "You can easily edit the CMakeLists files previously mentioned by clicking on the following buttons."), wxDefaultPosition,