blueloveTH hace 2 años
padre
commit
b8d2e784ba
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      tests/dylib/CMakeLists.txt

+ 2 - 2
tests/dylib/CMakeLists.txt

@@ -23,13 +23,13 @@ add_library(
 
 if (WIN32)
     add_library(
-        ${PROJECT_NAME}_stub
+        pocketpy
         SHARED
         ${CMAKE_CURRENT_LIST_DIR}/../../src2/pocketpy_c.cpp
     )
 
     target_link_libraries(
         ${PROJECT_NAME}
-        ${PROJECT_NAME}_stub
+        pocketpy
     )
 endif()