Jebbs / DSFML-C

The back end for DSFML
4 stars 3 forks source link

Install error #1

Closed blastrock closed 11 years ago

blastrock commented 11 years ago

The main CMakeLists.txt file has the following lines:

install(FILES license.txt DESTINATION ${INSTALL_MISC_DIR})
install(FILES readme.txt DESTINATION ${INSTALL_MISC_DIR})

These files do not exist in the repo.

Jebbs commented 11 years ago

Whoops!

Nice find.

Jebbs commented 11 years ago

Just added a license.txt and commented out the other line since the current readme doesn't really need to be included.

blastrock commented 11 years ago

Thanks :)

Jebbs commented 11 years ago

Not a problem! Let me know if you encounter anything else!