hedgewars/CMakeLists.txt
changeset 4378 91655618a510
parent 4375 ae5507ddb989
child 4380 b78638b36b89
equal deleted inserted replaced
4377:43945842da0c 4378:91655618a510
    60     uLandTexture.pas
    60     uLandTexture.pas
    61     uLocale.pas
    61     uLocale.pas
    62     uMisc.pas
    62     uMisc.pas
    63     uMobile.pas
    63     uMobile.pas
    64     uRandom.pas
    64     uRandom.pas
       
    65     uRender.pas
    65     uScript.pas
    66     uScript.pas
    66     adler32.pas
       
    67     uSound.pas
    67     uSound.pas
    68     uStats.pas
    68     uStats.pas
    69     uStore.pas
    69     uStore.pas
    70     uTeams.pas
    70     uTeams.pas
    71     uTextures.pas
    71     uTextures.pas
    79     GearDrawing.inc
    79     GearDrawing.inc
    80     HHHandlers.inc
    80     HHHandlers.inc
    81     SinTable.inc
    81     SinTable.inc
    82     ArgParsers.inc
    82     ArgParsers.inc
    83     options.inc
    83     options.inc
       
    84     adler32.pas
    84     ${CMAKE_CURRENT_BINARY_DIR}/config.inc
    85     ${CMAKE_CURRENT_BINARY_DIR}/config.inc
    85     )
    86     )
    86 
    87 
    87 if(BUILD_ENGINE_LIBRARY)
    88 if(BUILD_ENGINE_LIBRARY)
    88     message(STATUS "Engine will be built as library (experimental)")
    89     message(STATUS "Engine will be built as library (experimental)")