Commit 9636793
committed
[CMake] Also set LIBRARY_OUTPUT_DIRECTORY target property.
This is fix to the previous change of using the RUNTIME_OUTPUT_DIRECTORY target property in CMakeLists.txt
MSVC does not have to rely on LIBRARY_OUTPUT_DIRECTORY for shared libraries, i.e. add_library() target, but Linux does.
This fixes the missing libLLGL_*.so libraries in the output directory on Linux.1 parent 1e8d916 commit 9636793
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| 230 | + | |
230 | 231 | | |
231 | 232 | | |
232 | 233 | | |
| |||
0 commit comments