bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Tue, 07 Aug 2018 16:23:51 +0200
changeset 13632 4c49a4944884
parent 13384 cf8abedaa878
permissions -rw-r--r--
Fix hard-to-read text on campaign and training page in frontend at October 31 The text was yellow against a white background (the moon in the Halloween background). This is fixed by darkening the critical area.

if(WIN32 AND NOT UNIX)
    install(DIRECTORY .
        DESTINATION ${target_library_install_dir}
		FILES_MATCHING PATTERN "*.dll" PATTERN "*.ico" 
		)
endif(WIN32 AND NOT UNIX)