Separate dataloader module to DIDKit.
This commit is contained in:
@@ -64,6 +64,7 @@ if(DCMTK_LIBRARIES)
|
||||
endif()
|
||||
|
||||
add_subdirectory(thirdparty)
|
||||
add_subdirectory(DIDKit)
|
||||
|
||||
|
||||
include_directories(${DCM_NETWORK_INCLUDE_DIRS})
|
||||
@@ -72,4 +73,3 @@ add_dependencies(${PROJECT_NAME} dcm_network)
|
||||
|
||||
set_target_properties(${PROJECT_NAME} PROPERTIES LINK_FLAGS_DEBUG "/SUBSYSTEM:CONSOLE")
|
||||
set_target_properties(${PROJECT_NAME} PROPERTIES LINK_FLAGS_RELEASE "/SUBSYSTEM:WINDOWS")
|
||||
#set_target_properties(${PROJECT_NAME} PROPERTIES LINK_FLAGS_RELEASE "/level='requireAdministrator' /uiAccess='false'")
|
||||
|
||||
Reference in New Issue
Block a user