bin/CMakeLists.txt
author unC0Rr
Tue, 28 Jan 2025 10:37:46 +0100
changeset 16072 a4cbc6926439
parent 13384 cf8abedaa878
permissions -rw-r--r--
- Adopt newest version of rand crate - Rework fill_bytes() method to use full generated values

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