X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FwxCDMPackageHelpDialog.cpp;h=83d7e1d4e428871f95e037491a3e9af2034d92b8;hb=c135a156e12e63eaf223c4ec884589b1f67ff98b;hp=07d653a839be08496ee58ae4bd61fe1f49ac42ad;hpb=51afaa0a54636bfa9297b432046baacff84152ee;p=crea.git diff --git a/lib/creaDevManagerLib/wxCDMPackageHelpDialog.cpp b/lib/creaDevManagerLib/wxCDMPackageHelpDialog.cpp index 07d653a..83d7e1d 100644 --- a/lib/creaDevManagerLib/wxCDMPackageHelpDialog.cpp +++ b/lib/creaDevManagerLib/wxCDMPackageHelpDialog.cpp @@ -100,8 +100,12 @@ void wxCDMPackageHelpDialog::CreateControls() "If you want to check the files in the file explorer click the \"Open Package Folder\" " "button.\n" "\n" - "Don't forget to include the libraries your black boxes use in the Package directory CMakeLists.txt file\n" - "Also, make sure you include this package in the Project directory CMakeLists.txt file\n" + "Don't forget to include the libraries your black boxes use in the Package directory CMakeLists.txt file by " + "uncommenting the \"SET\" commands for third party libraries or by including the library name inside the " + "\"SET(${BBTK_PACKAGE_NAME}_LIBS\"command and its path inside the \"SET(${BBTK_PACKAGE_NAME}_INCLUDE_DIRS\" " + "command for custom libraries.\n" + "Also, make sure you include this package in the Project directory's CMakeLists.txt file\n using the " + "ADD_SUBDIRECTORY([packageName]) command.\n" "You can open these files with the following buttons."), wxDefaultPosition, wxDefaultSize,