mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 18:48:11 +08:00 
			
		
		
		
	Add travis configuration.
This commit is contained in:
		| @@ -1,6 +1,7 @@ | ||||
| function(example name) | ||||
|   add_executable(${name} ${name}.cpp) | ||||
|   target_link_libraries(${name} PUBLIC component) | ||||
|   set_property(TARGET ${name} PROPERTY CXX_STANDARD 17) | ||||
| endfunction(example) | ||||
|  | ||||
| example(checkbox) | ||||
|   | ||||
| @@ -1,6 +1,7 @@ | ||||
| function(example name) | ||||
|   add_executable(${name} ${name}.cpp) | ||||
|   target_link_libraries(${name} PUBLIC dom) | ||||
|   set_property(TARGET ${name} PROPERTY CXX_STANDARD 17) | ||||
| endfunction(example) | ||||
|  | ||||
| example(dbox) | ||||
|   | ||||
| @@ -1,6 +1,7 @@ | ||||
| function(example name) | ||||
|   add_executable(${name} ${name}.cpp) | ||||
|   target_link_libraries(${name} PUBLIC component) | ||||
|   set_property(TARGET ${name} PROPERTY CXX_STANDARD 17) | ||||
| endfunction(example) | ||||
|  | ||||
| example(print_key_press) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ArthurSonzogni
					ArthurSonzogni