author | koda |
Wed, 23 Jan 2013 04:48:04 +0100 | |
changeset 8427 | 95289aea4bb9 |
parent 8316 | 89232b2fa1d6 |
child 8330 | aaefa587e277 |
permissions | -rw-r--r-- |
223 | 1 |
if(WIN32 AND NOT UNIX) |
1044 | 2 |
file(GLOB DLLs *.dll) |
4501 | 3 |
file(GLOB ICOs *.ico) |
1044 | 4 |
|
223 | 5 |
install(FILES |
1044 | 6 |
${DLLs} |
4501 | 7 |
${ICOs} |
8316
89232b2fa1d6
cmake rework, cleanup a lot of redundant sections, separate library and binary install location, unify osx and win handling of the data directory (tested on win, lin and mac)
koda
parents:
7815
diff
changeset
|
8 |
DESTINATION ${target_library_install_dir}) |
223 | 9 |
endif(WIN32 AND NOT UNIX) |