mirror of
				https://github.com/TheLartians/ModernCppStarter.git
				synced 2025-10-31 02:01:33 +01:00 
			
		
		
		
	fix standalone build
back to rename ...
This commit is contained in:
		
							parent
							
								
									0ec4474d42
								
							
						
					
					
						commit
						f59fc7f8e0
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		|  | @ -25,9 +25,8 @@ file(GLOB sources CONFIGURE_DEPENDS source/*.cpp) | ||||||
| 
 | 
 | ||||||
| add_executable(GreeterStandalone ${sources}) | add_executable(GreeterStandalone ${sources}) | ||||||
| 
 | 
 | ||||||
| # FIXME: WHY? CK | # FIXME: WHY rename executable this way? CK | ||||||
| set_target_properties(GreeterStandalone OUTPUT_NAME "Greeter") | set_target_properties(GreeterStandalone CXX_STANDARD 17 OUTPUT_NAME "Greeter") | ||||||
| 
 | # target_compile_features(GreeterStandalone PUBLIC cxx_std_17) | ||||||
| target_compile_features(GreeterStandalone PUBLIC cxx_std_17) |  | ||||||
| 
 | 
 | ||||||
| target_link_libraries(GreeterStandalone PRIVATE Greeter::Greeter cxxopts) | target_link_libraries(GreeterStandalone PRIVATE Greeter::Greeter cxxopts) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue