blueloveTH 2 年 前
コミット
a889df2c09
1 ファイル変更1 行追加0 行削除
  1. 1 0
      CMakeLists.txt

+ 1 - 0
CMakeLists.txt

@@ -67,6 +67,7 @@ else()
 endif()
 endif()
 
 
 if(PK_USE_DYLIB)
 if(PK_USE_DYLIB)
+    add_definitions(-DPK_USE_DYLIB)
     target_link_libraries(${PROJECT_NAME} ${CMAKE_DL_LIBS})
     target_link_libraries(${PROJECT_NAME} ${CMAKE_DL_LIBS})
 endif()
 endif()