There was an error fetching the commit references. Please try again later.
CMake: Correct inter-module dependencies and library visibility
Modules didn't correctly define their dependencies before, which relied on the frontends implicitly including every module for linking to succeed. Also changed every target_link_libraries call to specify visibility of dependencies to avoid leaking definitions to dependents when not necessary.
Showing
- src/audio_core/CMakeLists.txt 4 additions, 3 deletionssrc/audio_core/CMakeLists.txt
- src/citra/CMakeLists.txt 4 additions, 4 deletionssrc/citra/CMakeLists.txt
- src/citra_qt/CMakeLists.txt 3 additions, 3 deletionssrc/citra_qt/CMakeLists.txt
- src/common/CMakeLists.txt 1 addition, 1 deletionsrc/common/CMakeLists.txt
- src/core/CMakeLists.txt 2 additions, 2 deletionssrc/core/CMakeLists.txt
- src/input_common/CMakeLists.txt 3 additions, 3 deletionssrc/input_common/CMakeLists.txt
- src/tests/CMakeLists.txt 3 additions, 2 deletionssrc/tests/CMakeLists.txt
- src/video_core/CMakeLists.txt 7 additions, 5 deletionssrc/video_core/CMakeLists.txt
Loading
Please register or sign in to comment