mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-30 18:24:20 +08:00 
			
		
		
		
	Don't override PREFIX target property (#340)
PREFIX is by default "lib", which most of the libraries use. this changes makes the library files libftxui-foo.a as ArthurSonzogni/FTXUI#140 intended originally
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| function(ftxui_set_options library) | ||||
|   set_target_properties(${library} PROPERTIES PREFIX "ftxui-") | ||||
|   set_target_properties(${library} PROPERTIES OUTPUT_NAME "ftxui-${library}") | ||||
|  | ||||
|  | ||||
|   target_include_directories(${library} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ericLemanissier
					ericLemanissier