Add CMake support for PAL backend

Change-Id: Id0673d43217be305aa4ca7a612c416baee3fb23c
This commit is contained in:
German Andryeyev
2020-02-06 18:00:18 -05:00
parent 853b2e38a4
commit da5f4c554e
7 changed files with 172 additions and 27 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
#endif //_WIN32
#if (!defined(BUILD_HSA_TARGET) && defined(WITH_HSA_DEVICE) && \
defined(WITH_AMDGPU_PRO)) || defined(_WIN32) || defined(WITH_PAL_DEVICE)
defined(WITH_AMDGPU_PRO)) || defined(_WIN32)
#define WITH_LIQUID_FLASH 1
#endif