mirror of
				https://github.com/eledio-devices/thirdparty-tinyexpr.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Added GUI options for library compilation options
This commit is contained in:
		| @@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 2.8.4) | ||||
|  | ||||
| project(tinyexpr) | ||||
|  | ||||
| option(TE_POW_FROM_RIGHT "Evaluate exponents from right to left." OFF) | ||||
| option(TE_NAT_LOG "Define the log function as natural logarithm." OFF) | ||||
| option(build_tinyexpr_test "Build TinyExpr tests." OFF) | ||||
| option(build_tinyexpr_test_pr "Build TinyExpr tests PR." OFF) | ||||
| option(build_tinyexpr_bench "Build TinyExpr benchmark." OFF) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user