mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-10-18 08:57:18 +02:00
Update POCO to 1.11.0
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
file(GLOB SRCS_G "src/*.cpp")
|
||||
POCO_SOURCES_AUTO(SRCS ${SRCS_G})
|
||||
|
||||
# Version Resource
|
||||
if(MSVC)
|
||||
source_group("Resources" FILES ${PROJECT_SOURCE_DIR}/DLLVersion.rc)
|
||||
list(APPEND SRCS ${PROJECT_SOURCE_DIR}/DLLVersion.rc)
|
||||
endif()
|
||||
|
||||
add_executable(File2Page ${SRCS})
|
||||
set_target_properties(File2Page
|
||||
PROPERTIES
|
||||
|
Reference in New Issue
Block a user