14 body +=
"#========================================\n";
15 body +=
"#\tAuteur : Pierre Aubert\n";
16 body +=
"#\tMail : pierre.aubert@lapp.in2p3.fr\n";
17 body +=
"#\tLicence : CeCILL-C\n";
18 body +=
"#========================================\n\n";
20 body +=
"#========================================\n";
21 body +=
"#\tThis file was generated automatically by phoenix_filegenerator https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/code-generator/PhoenixFileGenerator\n";
22 body +=
"#\tusing phoenix_generator library https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/code-generator/PhoenixGenerator\n";
23 body +=
"#\tYou should not modify this file\n";
24 body +=
"#========================================\n\n";
33 if(libName ==
"")
return "";
34 return "Find" + libName.toUpper() +
".cmake";
PString getCMakeListsHeader()
Get the CMakeLists.txt header.
PString getFindPackageFileName(const PString &libName)
Gets the name of the find_package cmake macro with the library name.