diff options
author | Fred Baksik <frodak17@gmail.com> | 2019-04-08 13:55:34 (GMT) |
---|---|---|
committer | Fred Baksik <frodak17@gmail.com> | 2019-04-11 17:15:50 (GMT) |
commit | 5d2e1404bdfa83eeae5b361bd7d8a882aadc7242 (patch) | |
tree | 8aa8c0f88ed78d8fc15031587655c396813247b5 /Source/cmGhsMultiTargetGenerator.h | |
parent | b6bfa7eeb29937fbed44153518abfa4f28b9aa62 (diff) | |
download | CMake-5d2e1404bdfa83eeae5b361bd7d8a882aadc7242.zip CMake-5d2e1404bdfa83eeae5b361bd7d8a882aadc7242.tar.gz CMake-5d2e1404bdfa83eeae5b361bd7d8a882aadc7242.tar.bz2 |
GHS: Update project layout to build targets correctly
-- Restructure projects and files to support proper building of targets
Build order is determined by hierarchy of project files and folders
Custom targets may have been run multiple times in the original file / folder structure
-- Default to build targets that are part of ALL target
-- List all known targets for this project
Includes global targets for ALL_BUILD and INSTALL
-- Compute build order for building targets
Diffstat (limited to 'Source/cmGhsMultiTargetGenerator.h')
-rw-r--r-- | Source/cmGhsMultiTargetGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGhsMultiTargetGenerator.h b/Source/cmGhsMultiTargetGenerator.h index 3ba3884..9a41c92 100644 --- a/Source/cmGhsMultiTargetGenerator.h +++ b/Source/cmGhsMultiTargetGenerator.h @@ -66,7 +66,7 @@ private: void WriteSourceProperty(std::ostream& fout, const cmSourceFile* sf, std::string const& propName, std::string const& propFlag); - void WriteReferences(std::ostream& fout); + void WriteReferenceFile(std::string fproj); static void WriteObjectLangOverride(std::ostream& fout, const cmSourceFile* sourceFile); |