mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-02 03:27:56 +00:00
Delete CMakeLists.txt.rej
This commit is contained in:
@@ -1,12 +0,0 @@
|
|||||||
diff a/NetSSL_Win/CMakeLists.txt b/NetSSL_Win/CMakeLists.txt (rejected hunks)
|
|
||||||
@@ -11,8 +11,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( "${LIBNAME}" ${LIB_MODE} ${SRCS} )
|
|
||||||
Reference in New Issue
Block a user