OSDN Git Service

[BUILD][WIN32] At last, libCSPcommon_vm made DLL (^_^)
authorKyuma Ohta <whatisthis.sowhat@gmail.com>
Sun, 11 Oct 2020 09:16:20 +0000 (09:16 +0000)
committerKyuma Ohta <whatisthis.sowhat@gmail.com>
Sun, 11 Oct 2020 09:16:20 +0000 (09:16 +0000)
source/cmake/config.cmake

index bfac4a4..624389f 100644 (file)
@@ -410,7 +410,7 @@ function(ADD_VM VM_NAME EXE_NAME VMDEF)
           set(LOCAL_LIBS     
            qt_${EXE_NAME}
                   vm_${EXE_NAME}
-                  vm_common_vm
+#                 vm_common_vm
                   ${VM_APPEND_LIBS}
                   ${DEBUG_LIBS}
                   common_${EXE_NAME}
@@ -495,8 +495,8 @@ function(ADD_VM VM_NAME EXE_NAME VMDEF)
 
        if(WIN32)
                target_link_libraries(${EXE_NAME}
-                       ${LOCAL_LIBS}
                        ${BUNDLE_LIBS}
+                       ${LOCAL_LIBS}
                        -lpthread
                )
        else()