assimp/tools
Marc-Antoine Lortie be4fe131d5 Made changes to write compiled binaries to a common directory.
The following changes were tested with the following projects:

- assimp DLL
- unit tests
- tools/assimp_cmd
- tools/assimp viewer
- samples/SimpleOpenGL
- samples/SimpleTexturedDirectx11
- samples/SimpleTexturedOpenGL

For each program listed above, the results were tested when (CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR) is true and false.

Also, the "lib" in SET (CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_HOME_DIRECTORY}/lib") was changed to "bin" to allow DLLs to be written to executables/launchables programs directory.
2020-02-15 13:10:11 -05:00
..
assimp_cmd Made changes to write compiled binaries to a common directory. 2020-02-15 13:10:11 -05:00
assimp_view Made changes to write compiled binaries to a common directory. 2020-02-15 13:10:11 -05:00
coverity Updated copyright dates. 2020-01-20 08:53:12 -05:00
make Appveyor: adapt install script. 2018-05-10 09:19:53 +02:00
shared ../../code header path oversight fixed 2018-01-06 20:50:01 -08:00