bin/CMakeLists.txt
author nemo
Tue, 18 Sep 2018 19:21:36 -0400
changeset 13788 381e37c6d5d9
parent 13384 cf8abedaa878
permissions -rw-r--r--
Separate synced pixels from land digests - this is mostly to allow the official racer digests to remain unchanged.

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