mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Merge pull request #30 from subtly/master
updates for macos cmake build and threading
This commit is contained in:
		
						commit
						3db0807674
					
				| @ -10,6 +10,10 @@ add_executable(testeth ${SRC_LIST}) | ||||
| 
 | ||||
| find_package(Threads REQUIRED) | ||||
| 
 | ||||
| if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") | ||||
| 	include_directories(/usr/local/include) | ||||
| endif(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") | ||||
| 
 | ||||
| target_link_libraries(testeth ethereum) | ||||
| target_link_libraries(testeth secp256k1) | ||||
| target_link_libraries(testeth miniupnpc) | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user