mirror of
				https://github.com/pocoproject/poco.git
				synced 2025-10-29 20:59:45 +01:00 
			
		
		
		
	trunk: split cmake debug/optimize build
This commit is contained in:
		| @@ -188,7 +188,7 @@ set(LIN_SRCS | |||||||
|  |  | ||||||
| if(CMAKE_SYSTEM MATCHES "Windows") | if(CMAKE_SYSTEM MATCHES "Windows") | ||||||
|  set(SRCS ${BASE_SRCS} ${WIN_SRCS}) |  set(SRCS ${BASE_SRCS} ${WIN_SRCS}) | ||||||
|  add_definitions( -DPOCO_NO_FPENVIRONMENT -DPCRE_STATIC) |  add_definitions( -DPOCO_NO_FPENVIRONMENT -DPCRE_STATIC -DFoundation_EXPORTS) | ||||||
|  set(SYSLIBS ${SYSLIBS} iphlpapi) |  set(SYSLIBS ${SYSLIBS} iphlpapi) | ||||||
| else (CMAKE_SYSTEM MATCHES "Windows") | else (CMAKE_SYSTEM MATCHES "Windows") | ||||||
|  set(SRCS ${BASE_SRCS} ${LIN_SRCS}) |  set(SRCS ${BASE_SRCS} ${LIN_SRCS}) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Marian Krivos
					Marian Krivos