hedgewars/CMakeLists.txt
branchphysfslayer
changeset 7959 644b757d20e6
parent 7817 6cc558a69b58
child 7967 2f4fa2a06e4f
equal deleted inserted replaced
7955:85b3970b402a 7959:644b757d20e6
    52     uLandTemplates.pas
    52     uLandTemplates.pas
    53     uLandTexture.pas
    53     uLandTexture.pas
    54     uLocale.pas
    54     uLocale.pas
    55     uMisc.pas
    55     uMisc.pas
    56     uMobile.pas
    56     uMobile.pas
       
    57     uPhysFSLayer.pas
    57     uRandom.pas
    58     uRandom.pas
    58     uRender.pas
    59     uRender.pas
    59     uRenderUtils.pas
    60     uRenderUtils.pas
    60     uScript.pas
    61     uScript.pas
    61     uSinTable.pas
    62     uSinTable.pas
    97     if (APPLE)
    98     if (APPLE)
    98         set(engine_output_name "hwengine.dylib")
    99         set(engine_output_name "hwengine.dylib")
    99     endif (APPLE)
   100     endif (APPLE)
   100 endif(BUILD_ENGINE_LIBRARY)
   101 endif(BUILD_ENGINE_LIBRARY)
   101 
   102 
       
   103 # doesn't work for some reason (doesn't find symbols)
       
   104 #set(pascal_flags "-k${LIBRARY_OUTPUT_PATH}/libphysfs.a" ${pascal_flags})
       
   105 
   102 IF(FPC)
   106 IF(FPC)
   103     set(fpc_executable ${FPC})
   107     set(fpc_executable ${FPC})
   104 ELSE()
   108 ELSE()
   105     find_program(fpc_executable fpc)
   109     find_program(fpc_executable fpc)
   106 ENDIF()
   110 ENDIF()