mirror of
				https://github.com/hedge-dev/XenonRecomp.git
				synced 2025-11-04 06:47:09 +00:00 
			
		
		
		
	Rebrand to XenonRecomp.
This commit is contained in:
		
							
								
								
									
										1
									
								
								XenonTests/.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								XenonTests/.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
*.cpp
 | 
			
		||||
							
								
								
									
										13
									
								
								XenonTests/CMakeLists.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								XenonTests/CMakeLists.txt
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
project("XenonTests")
 | 
			
		||||
 | 
			
		||||
add_compile_options(
 | 
			
		||||
    "-march=x86-64-v3"
 | 
			
		||||
    "-Wno-unused-label"
 | 
			
		||||
    "-Wno-unused-variable")
 | 
			
		||||
 | 
			
		||||
file(GLOB TestFiles *.cpp)
 | 
			
		||||
 | 
			
		||||
if(TestFiles)
 | 
			
		||||
    add_executable(XenonTests ${TestFiles})
 | 
			
		||||
    target_link_libraries(XenonTests PUBLIC XenonUtils)
 | 
			
		||||
endif()
 | 
			
		||||
		Reference in New Issue
	
	Block a user