mirror of
				https://github.com/TheLartians/ModernCppStarter.git
				synced 2025-10-31 02:01:33 +01:00 
			
		
		
		
	Merge 118165080c into 12cf5de1a8
				
					
				
			This commit is contained in:
		
						commit
						5fd35526c1
					
				
					 4 changed files with 4 additions and 0 deletions
				
			
		|  | @ -5,6 +5,7 @@ cmake_minimum_required(VERSION 3.14...3.22) | ||||||
| 
 | 
 | ||||||
| project(BuildAll LANGUAGES CXX) | project(BuildAll LANGUAGES CXX) | ||||||
| 
 | 
 | ||||||
|  | include(../cmake/options.cmake) | ||||||
| include(../cmake/tools.cmake) | include(../cmake/tools.cmake) | ||||||
| 
 | 
 | ||||||
| # needed to generate test target | # needed to generate test target | ||||||
|  |  | ||||||
							
								
								
									
										1
									
								
								cmake/options.cmake
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								cmake/options.cmake
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1 @@ | ||||||
|  | set(CMAKE_EXPORT_COMPILE_COMMANDS ON) | ||||||
|  | @ -4,6 +4,7 @@ project(GreeterStandalone LANGUAGES CXX) | ||||||
| 
 | 
 | ||||||
| # --- Import tools ---- | # --- Import tools ---- | ||||||
| 
 | 
 | ||||||
|  | include(../cmake/options.cmake) | ||||||
| include(../cmake/tools.cmake) | include(../cmake/tools.cmake) | ||||||
| 
 | 
 | ||||||
| # ---- Dependencies ---- | # ---- Dependencies ---- | ||||||
|  |  | ||||||
|  | @ -9,6 +9,7 @@ option(TEST_INSTALLED_VERSION "Test the version found by find_package" OFF) | ||||||
| 
 | 
 | ||||||
| # --- Import tools ---- | # --- Import tools ---- | ||||||
| 
 | 
 | ||||||
|  | include(../cmake/options.cmake) | ||||||
| include(../cmake/tools.cmake) | include(../cmake/tools.cmake) | ||||||
| 
 | 
 | ||||||
| # ---- Dependencies ---- | # ---- Dependencies ---- | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue