Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Talk:CDT/Build/Doug"

(Created page with "Questions: 1. Will the new build model support building multiple binary artifacts per project? Since each GTest is a separate binary, it doesn't make sense to create a separa...")
 
Line 1: Line 1:
Questions:
+
Questions from Sergey:
  
 
1. Will the new build model support building multiple binary artifacts per project? Since each GTest is a separate binary, it doesn't make sense to create a separate project for every unit test.
 
1. Will the new build model support building multiple binary artifacts per project? Since each GTest is a separate binary, it doesn't make sense to create a separate project for every unit test.
  
 
2. Have you looked at http://clang.llvm.org/docs/JSONCompilationDatabase.html
 
2. Have you looked at http://clang.llvm.org/docs/JSONCompilationDatabase.html

Revision as of 15:35, 22 July 2015

Questions from Sergey:

1. Will the new build model support building multiple binary artifacts per project? Since each GTest is a separate binary, it doesn't make sense to create a separate project for every unit test.

2. Have you looked at http://clang.llvm.org/docs/JSONCompilationDatabase.html

Back to the top