mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 10:38:09 +08:00 
			
		
		
		
	 b1c53bcd15
			
		
	
	b1c53bcd15
	
	
	
		
			
			Modify the `ftxui-config.cmake.in` file so that it includes `ftxui-targets.cmake`. This causes cmake to check the version is compatible with what the user requested. This patch also includes additional minor changes. Co-authored-by: ArthurSonzogni <sonzogniarthur@gmail.com>
		
			
				
	
	
		
			7 lines
		
	
	
		
			133 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			133 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| @PACKAGE_INIT@
 | |
| 
 | |
| include(CMakeFindDependencyMacro)
 | |
| find_dependency(Threads)
 | |
| 
 | |
| include("${CMAKE_CURRENT_LIST_DIR}/ftxui-targets.cmake")
 |