From 5b6577b166b2ef3fd19efc90e66ad3e1e63895cb Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Thu, 5 Mar 2015 14:22:56 -0700 Subject: nulldrv: build it on Linux It compiles! --- icd/CMakeLists.txt | 5 ++--- 1 file 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() -- cgit v1.2.3