Explorar o código

fixed CMake compilation in Windows

Andy Li %!s(int64=8) %!d(string=hai) anos
pai
achega
ad534d040b
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      CMakeLists.txt

+ 1 - 2
CMakeLists.txt

@@ -74,8 +74,7 @@ add_library(libhl SHARED
 if(WIN32)
     set_target_properties(libhl
         PROPERTIES
-        PREFIX lib
-        OUTPUT_NAME hl
+        OUTPUT_NAME libhl
     )
 else()
     set_target_properties(libhl