From 99f17108ca6752da0f41bd66a8e840340e1e6143 Mon Sep 17 00:00:00 2001 From: e-erdal Date: Fri, 28 Oct 2022 21:25:03 +0300 Subject: [PATCH] Add linux compat for bx --- cmake/bx.cmake | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cmake/bx.cmake b/cmake/bx.cmake index 3c30a34..6ca27ea 100644 --- a/cmake/bx.cmake +++ b/cmake/bx.cmake @@ -59,6 +59,11 @@ elseif( WIN32 ) PUBLIC $ $ ) +elseif ( UNIX ) + target_include_directories( bx + PUBLIC + $ + $ ) elseif( APPLE ) target_include_directories( bx PUBLIC