mirror of
				https://github.com/eledio-devices/thirdparty-miniz.git
				synced 2025-10-31 00:32:38 +01:00 
			
		
		
		
	Make tester and examples compile again and test script
This commit is contained in:
		| @@ -32,6 +32,9 @@ add_executable(example5 ${EXAMPLE5_SRC_LIST}) | ||||
| target_link_libraries(example5 miniz) | ||||
| add_executable(example6 ${EXAMPLE6_SRC_LIST}) | ||||
| target_link_libraries(example6 miniz) | ||||
| if(${UNIX}) | ||||
|     target_link_libraries(example6 m) | ||||
| endif() | ||||
|  | ||||
| # add_executable(miniz_tester ${MINIZ_TESTER_SRC_LIST}) | ||||
| # target_link_libraries(miniz_tester miniz) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user