summaryrefslogtreecommitdiffstats
path: root/src/input_common/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CMakeLists: Derive the source directory grouping from targets themselvesLioncash2018-01-181-19/+12
| | | | | Removes the need to store to separate SRC and HEADER variables, and then construct the target in most cases.
* move MotionEmu from core/frontend to input_common as a InputDevicewwylele2017-08-111-0/+2
|
* CMake: Define an interface target for SDL2 definitionsYuri Kunde Schlesner2017-05-281-2/+1
|
* CMake: Correct inter-module dependencies and library visibilityYuri Kunde Schlesner2017-05-281-3/+3
| | | | | | | | | | 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.
* InputCommon: add SDL joystick supportwwylele2017-03-011-0/+10
|
* InputCommon: add AnalogFromButtonwwylele2017-03-011-0/+2
|
* InputCommon: add Keyboardwwylele2017-03-011-0/+15