mirror of
				https://github.com/TheLartians/ModernCppStarter.git
				synced 2025-10-31 02:01:33 +01:00 
			
		
		
		
	update comment about glob
This commit is contained in:
		
							parent
							
								
									83ef03c7df
								
							
						
					
					
						commit
						3234ae9084
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -83,7 +83,7 @@ See [Format.cmake](https://github.com/TheLartians/Format.cmake) for more options | ||||||
| 
 | 
 | ||||||
|   - 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? | ||||||
| 
 | 
 | ||||||
|     Glob is considered bad because changes to source files won't be automatically caught by CMakes builders and you will need remember to invoke CMake on any changes. |     Glob is considered bad because any changes to the source file structure [might not be automatically caught](https://cmake.org/cmake/help/latest/command/file.html#filesystem) by CMake's builders and you will need to manually invoke CMake on changes. | ||||||
|     I personally prefer the `GLOB` solution for its simplicity, but feel free to change it to explicitly listing sources. |     I personally prefer the `GLOB` solution for its simplicity, but feel free to change it to explicitly listing sources. | ||||||
| 
 | 
 | ||||||
|   - I'm adding external dependencies to my project using CPM. Will this force users to use CPM as well? |   - I'm adding external dependencies to my project using CPM. Will this force users to use CPM as well? | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue