diff --git a/cmake/bx.cmake b/cmake/bx.cmake index 6ca27ea..7045aa1 100644 --- a/cmake/bx.cmake +++ b/cmake/bx.cmake @@ -59,16 +59,16 @@ elseif( WIN32 ) PUBLIC $ $ ) +elseif( APPLE ) # APPLE is technically UNIX... ORDERING MATTERS! + target_include_directories( bx + PUBLIC + $ + $ ) elseif ( UNIX ) target_include_directories( bx PUBLIC $ $ ) -elseif( APPLE ) - target_include_directories( bx - PUBLIC - $ - $ ) endif() # All configurations