Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 31abe9b718384a0abc2888edf421e3a9 > files > 133

lib64allegro-devel-4.4.2-4.mga4.x86_64.rpm

include_directories(${CMAKE_CURRENT_SOURCE_DIR})    # for shooter.ico

add_our_executable(shooter WIN32
    animsel.c
    bullet.c
    dirty.c
    expl.c
    star.c
    aster.c
    demo.c
    display.c
    game.c
    title.c
    shooter.rc
    )

copy_files(copy_shooter_data
    demo.dat
    )

#-----------------------------------------------------------------------------#
# vim: set sts=4 sw=4 et: