Change how the bin/lib paths are set throughout CMakeLists#653
Change how the bin/lib paths are set throughout CMakeLists#653
Conversation
|
On Windows this has led Each example is producing a From the output of Current master produces the .lib still, but places it deeply in the build directory, so this is probably an unwanted change? On windows previsusly the values of Maybe we should be setting per target ourselves, depending on the type of target? |
d64e0c7 to
bd706b5
Compare
bd706b5 to
fcbcb0a
Compare
This should resovle #601, but standalone repos and the visualisation may also benefit from being updated.
fcbcb0a to
6989add
Compare
Change how the bin/lib paths are set throughout CMakeLists.
Includes overwriting per target output properties in some cases (gtest).
This should resovle #601, and shouldn't break standalone repos, but they would likely benefit from the minor change to their CMakes.
Todo
+ Places into
build/lib/rather than_deps/flamegpu2-build/libwhich may or may not be desirable? Change how binary/lib/dll directories are set FLAMEGPU2-model-template-cpp#3