mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
				synced 2025-10-30 02:02:30 +00:00 
			
		
		
		
	Fix path to DLLVersion.rc and enable to skip Foundation; Fix Foundation samples referencing useless libs
This commit is contained in:
		| @@ -8,8 +8,8 @@ POCO_HEADERS_AUTO( SRCS ${HDRS_G}) | ||||
|  | ||||
| # Version Resource | ||||
| if(MSVC AND NOT POCO_STATIC) | ||||
|     source_group("Resources" FILES ${CMAKE_SOURCE_DIR}/DLLVersion.rc) | ||||
|     list(APPEND SRCS ${CMAKE_SOURCE_DIR}/DLLVersion.rc) | ||||
|     source_group("Resources" FILES ${PROJECT_SOURCE_DIR}/DLLVersion.rc) | ||||
|     list(APPEND SRCS ${PROJECT_SOURCE_DIR}/DLLVersion.rc) | ||||
| endif() | ||||
|  | ||||
| add_library(NetSSL ${SRCS} ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Brice Gros
					Brice Gros