mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-03 04:56:10 +00:00
The cpp-ipc dependency was included in #13870; it was overlooked that `install()` commands in the library would lead to ancillary files being installed along side Dolphin on Linux. `EXCLUDE_FROM_ALL` is now set in the `add_subdirectory()` call to prevent cpp-ipc from being part of the installation. In particular, the following files should no longer be seen in the build logs or in the final builds: ``` -- Installing: /app/include/libipc -- Installing: /app/include/libipc/condition.h -- Installing: /app/include/libipc/buffer.h -- Installing: /app/include/libipc/export.h -- Installing: /app/include/libipc/def.h -- Installing: /app/include/libipc/rw_lock.h -- Installing: /app/include/libipc/shm.h -- Installing: /app/include/libipc/mutex.h -- Installing: /app/include/libipc/pool_alloc.h -- Installing: /app/include/libipc/ipc.h -- Installing: /app/include/libipc/semaphore.h -- Installing: /app/lib/libipc.a -- Installing: /app/share/cpp-ipc/cpp-ipc-targets.cmake -- Installing: /app/share/cpp-ipc/cpp-ipc-targets-release.cmake -- Installing: /app/share/cpp-ipc/cpp-ipc-config.cmake -- Installing: /app/share/cpp-ipc/cppIpcConfigVersion.cmake ``` |
||
|---|---|---|
| .. | ||
| Bochs_disasm | ||
| bzip2 | ||
| cpp-ipc | ||
| cpp-optparse | ||
| cubeb | ||
| curl | ||
| discord-rpc | ||
| ed25519 | ||
| enet | ||
| expr | ||
| FatFs | ||
| FFmpeg-bin@9bc087fbca | ||
| fmt | ||
| FreeSurround | ||
| gettext | ||
| glslang | ||
| gtest@eb2d85edd0 | ||
| hidapi | ||
| imgui | ||
| implot | ||
| libadrenotools@8fae8ce254 | ||
| libiconv | ||
| liblzma | ||
| libspng | ||
| libusb | ||
| lz4 | ||
| LZO | ||
| mbedtls | ||
| mGBA | ||
| miniupnpc | ||
| minizip-ng | ||
| MoltenVK | ||
| OpenAL/include | ||
| picojson | ||
| pugixml | ||
| Qt@495517af2b | ||
| rangeset | ||
| rcheevos | ||
| SDL | ||
| SFML | ||
| spirv_cross | ||
| tinygltf | ||
| Vulkan-Headers@39f924b810 | ||
| VulkanMemoryAllocator@3bab692498 | ||
| watcher | ||
| WIL | ||
| xxhash | ||
| zlib-ng | ||
| zstd | ||
| .gitignore | ||
| licenses.md | ||