bin/CMakeLists.txt
author LocutusOfBorg
Mon, 12 Sep 2022 12:51:41 -0400
branch1.0.0
changeset 15862 c96220666d93
parent 13384 cf8abedaa878
permissions -rw-r--r--
Make the new network-bsd package optional, by implementing the keyword REQUIRED in the check_haskell_package_exists macro

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