mirror of
				https://github.com/TheLartians/ModernCppStarter.git
				synced 2025-10-31 02:01:33 +01:00 
			
		
		
		
	fix typo
This commit is contained in:
		
							parent
							
								
									933e1169fd
								
							
						
					
					
						commit
						2344c126b0
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -127,8 +127,8 @@ Simply remove the standalone / documentation directory and according github work | ||||||
| > Can I build the standalone and tests at the same time? | > Can I build the standalone and tests at the same time? | ||||||
| 
 | 
 | ||||||
| To keep the template modular, projects have been separated into their own CMake modules. | To keep the template modular, projects have been separated into their own CMake modules. | ||||||
| However it's easy to create a new directory, say `all`, that uses CPM.cmake to add both the standalone and the tests (as well as any other subprojects). | However it's easy to create a new directory, say `all`, that uses `CPMAddProject` to add both the standalone and the tests as well as any other subprojects to a single build. | ||||||
| It's not recommended to include the standalone or tests from the main CMakeLists, as it will make the project mode difficult to be used as a library. | Note, that it's not recommended to include the standalone or tests from the main CMakeLists, as it will make the project more difficult for others to be used as a library. | ||||||
| 
 | 
 | ||||||
| > I see you are using `GLOB` to add source files in CMakeLists.txt. Isn't that evil? | > I see you are using `GLOB` to add source files in CMakeLists.txt. Isn't that evil? | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue