bin/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sat, 27 Jul 2019 03:42:17 +0200
changeset 15278 16f389fcd462
parent 13384 cf8abedaa878
permissions -rw-r--r--
Prevent saving of demo after /lua command was used Done because demos are unable to record any manual Lua command atm.

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