diff -r 4ba77e6178cd -r 1a3a62b0ac11 bin/CMakeLists.txt --- a/bin/CMakeLists.txt Wed Oct 24 17:24:04 2012 +0200 +++ b/bin/CMakeLists.txt Wed Oct 24 18:44:23 2012 +0100 @@ -1,11 +1,9 @@ if(WIN32 AND NOT UNIX) file(GLOB DLLs *.dll) file(GLOB ICOs *.ico) - file(GLOB TXTs *.txt) install(FILES ${DLLs} ${ICOs} - ${TXTs} DESTINATION bin) endif(WIN32 AND NOT UNIX)