bin/CMakeLists.txt
author nemo
Tue, 09 Oct 2018 12:54:40 -0400
changeset 13900 6b2c87490f0a
parent 13384 cf8abedaa878
permissions -rw-r--r--
drop the error checked StrToInt as non-critical - pas2c did not implement it.

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