hedgewars/CMakeLists.txt
changeset 8064 202e2cce7077
parent 8022 10b3b93c1f56
child 8067 34a679e5ca9d
equal deleted inserted replaced
8063:06efc1ea6a40 8064:202e2cce7077
    98     if (APPLE)
    98     if (APPLE)
    99         set(engine_output_name "hwengine.dylib")
    99         set(engine_output_name "hwengine.dylib")
   100     endif (APPLE)
   100     endif (APPLE)
   101 endif(BUILD_ENGINE_LIBRARY)
   101 endif(BUILD_ENGINE_LIBRARY)
   102 
   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 
   103 
   106 IF(FPC)
   104 IF(FPC)
   107     set(fpc_executable ${FPC})
   105     set(fpc_executable ${FPC})
   108 ELSE()
   106 ELSE()
   109     find_program(fpc_executable fpc)
   107     find_program(fpc_executable fpc)