diff options
Diffstat (limited to 'src/input_common/CMakeLists.txt')
| -rw-r--r-- | src/input_common/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/input_common/CMakeLists.txt b/src/input_common/CMakeLists.txt index cc6f0ffc0..77bfe4b58 100644 --- a/src/input_common/CMakeLists.txt +++ b/src/input_common/CMakeLists.txt | |||
| @@ -34,6 +34,7 @@ add_library(input_common STATIC | |||
| 34 | input_poller.h | 34 | input_poller.h |
| 35 | main.cpp | 35 | main.cpp |
| 36 | main.h | 36 | main.h |
| 37 | precompiled_headers.h | ||
| 37 | ) | 38 | ) |
| 38 | 39 | ||
| 39 | if (MSVC) | 40 | if (MSVC) |
| @@ -63,3 +64,7 @@ target_link_libraries(input_common PRIVATE usb) | |||
| 63 | 64 | ||
| 64 | create_target_directory_groups(input_common) | 65 | create_target_directory_groups(input_common) |
| 65 | target_link_libraries(input_common PUBLIC core PRIVATE common Boost::boost) | 66 | target_link_libraries(input_common PUBLIC core PRIVATE common Boost::boost) |
| 67 | |||
| 68 | if (YUZU_USE_PRECOMPILED_HEADERS) | ||
| 69 | target_precompile_headers(input_common PRIVATE precompiled_headers.h) | ||
| 70 | endif() | ||