found both SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/bin)
authorDiederick Niehorster <dcnieho@gmail.com>
Tue, 13 Mar 2012 11:03:23 +0000 (11:03 +0000)
committerDiederick Niehorster <dcnieho@gmail.com>
Tue, 13 Mar 2012 11:03:23 +0000 (11:03 +0000)
commit94f256857023b24b7a96a1be58bdc8456920b702
treefe902dfa48809580ab0ae3fd9ef4f04fdeb20af7
parent4e946b7659667446ff0b30460a96c3b431750e76
found both SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/bin)
and SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin) were used,
removed the second (deprecated) commands
This results in shared libraries being build in /bin on windows, but not
other platforms, obviating the need to copy dlls to /bin. Documented
this
the copy of fractals.dat should now work on all platforms (hopefully)

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1123 7f0cb862-5218-0410-a997-914c9d46530a
CMakeLists.txt