aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2015-03-05 14:22:56 -0700
committerChia-I Wu <olv@lunarg.com>2015-03-05 14:49:18 -0700
commit5b6577b166b2ef3fd19efc90e66ad3e1e63895cb (patch)
tree42726e4afc43ef532b6674ecf128abf2ad5d4dd5
parenta4f844b504b88596b4289e5942b31ac2481c8c06 (diff)
downloadusermoji-5b6577b166b2ef3fd19efc90e66ad3e1e63895cb.tar.xz
nulldrv: build it on Linux
It compiles!
-rw-r--r--icd/CMakeLists.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/icd/CMakeLists.txt b/icd/CMakeLists.txt
index 74d24144..ecc2bb6f 100644
--- a/icd/CMakeLists.txt
+++ b/icd/CMakeLists.txt
@@ -13,8 +13,7 @@ else()
endif()
add_subdirectory(common)
-if (WIN32)
- add_subdirectory(nulldrv)
-else()
+add_subdirectory(nulldrv)
+if (NOT WIN32)
add_subdirectory(intel)
endif()