bin/CMakeLists.txt
branchios-develop
changeset 13413 ba39a1d396c0
parent 13384 cf8abedaa878
equal deleted inserted replaced
13411:6e8b807bda4b 13413:ba39a1d396c0
     1 if(WIN32 AND NOT UNIX)
     1 if(WIN32 AND NOT UNIX)
     2     file(GLOB DLLs *.dll)
     2     install(DIRECTORY .
     3     file(GLOB ICOs *.ico)
     3         DESTINATION ${target_library_install_dir}
     4 
     4 		FILES_MATCHING PATTERN "*.dll" PATTERN "*.ico" 
     5     install(FILES
     5 		)
     6         ${DLLs}
       
     7         ${ICOs}
       
     8         DESTINATION ${target_library_install_dir})
       
     9 endif(WIN32 AND NOT UNIX)
     6 endif(WIN32 AND NOT UNIX)