diff options
| author | Tony Barbour <tony@LunarG.com> | 2016-12-07 10:19:21 -0700 |
|---|---|---|
| committer | Tony Barbour <tony@LunarG.com> | 2016-12-09 11:48:58 -0700 |
| commit | 61e9b870c88fa3af43663697ef98960ff97053e5 (patch) | |
| tree | b133bf2ac2c7c00a671a0d4b09b794d8fea8e01f /loader | |
| parent | 4f7ed016c6c2abb832b46baa927ca794c531601a (diff) | |
| download | usermoji-61e9b870c88fa3af43663697ef98960ff97053e5.tar.xz | |
Cmake: Add files needed to build with Mir
Change-Id: I640e45db5d586a379674fb209e38075ba7f0cf29
Diffstat (limited to 'loader')
| -rw-r--r-- | loader/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/loader/CMakeLists.txt b/loader/CMakeLists.txt index ea5f5565..63ee89a0 100644 --- a/loader/CMakeLists.txt +++ b/loader/CMakeLists.txt @@ -22,6 +22,8 @@ elseif(CMAKE_SYSTEM_NAME STREQUAL "Linux") if (BUILD_WSI_MIR_SUPPORT) add_definitions(-DVK_USE_PLATFORM_MIR_KHR) + find_package(Mir REQUIRED) + include_directories(${MIR_INCLUDE_DIR}) endif() else() message(FATAL_ERROR "Unsupported Platform!") |
