Set property for win32 exectuable to true
This commit is contained in:
		
							parent
							
								
									d4a2282a3e
								
							
						
					
					
						commit
						5ac4a9ed97
					
				@ -18,6 +18,13 @@ endif()
 | 
				
			|||||||
# AO
 | 
					# AO
 | 
				
			||||||
add_executable(Attorney_Online resources.qrc)
 | 
					add_executable(Attorney_Online resources.qrc)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# WIN32
 | 
				
			||||||
 | 
					if(WIN32)
 | 
				
			||||||
 | 
					    if(CMAKE_BUILD_TYPE STREQUAL "Release")
 | 
				
			||||||
 | 
					        set_property(TARGET Attorney_Online PROPERTY WIN32_EXECUTABLE true)
 | 
				
			||||||
 | 
					    endif()
 | 
				
			||||||
 | 
					endif()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Target Include
 | 
					# Target Include
 | 
				
			||||||
target_include_directories(Attorney_Online PRIVATE include)
 | 
					target_include_directories(Attorney_Online PRIVATE include)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user