![]() |
|
PhoenixGenerator
2.0.4
Set of tools to generate code
|
#include "cmakelist_generator.h"
Include dependency graph for cmakelist_generator.cpp:Go to the source code of this file.
Functions | |
| 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. | |
| PString getCMakeListsHeader | ( | ) |
Get the CMakeLists.txt header.
Definition at line 12 of file cmakelist_generator.cpp.
Referenced by generator_class_cpp_test(), generator_class_full(), generator_class_testCMakeLists(), project_wrapper_classTest(), and project_wrapper_generator_setuppy().
Here is the caller graph for this function:| PString getFindPackageFileName | ( | const PString & | libName | ) |
Gets the name of the find_package cmake macro with the library name.
| libName | : library name |
Definition at line 32 of file cmakelist_generator.cpp.