8bitbubsy / ft2-clone

Fasttracker 2 clone for Windows/macOS/Linux
https://16-bits.org
BSD 3-Clause "New" or "Revised" License
736 stars 48 forks source link

Missing files in `CMakeLists.txt` #16

Closed jube closed 3 years ago

jube commented 3 years ago

Some files are missing in CMakeLists.txt. After adding these two lines, it works.

    "${ft2-clone_SOURCE_DIR}/src/modloaders/*.c"
    "${ft2-clone_SOURCE_DIR}/src/smploaders/*.c"
8bitbubsy commented 3 years ago

Fixed, I tend to forget that this file is a makefile because of the .txt extension. Thanks for reporting it!

jube commented 3 years ago

Thanks for your amazing work on this clone!