Browse Source

fixed CMake compilation in Windows

Andy Li 8 năm trước cách đây
mục cha
commit
ad534d040b
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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