From 0f5207089dacccca91f351f279b091780ed649d1 Mon Sep 17 00:00:00 2001 From: Joshua Brookover Date: Tue, 21 Feb 2017 21:51:56 -0600 Subject: [PATCH] bx is now a lib, should install that as well --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index aaf886c..fa164d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,6 +49,7 @@ endif() if( BGFX_INSTALL ) # install bx + install( TARGETS bx DESTINATION lib ) install( DIRECTORY ${BX_DIR}/include DESTINATION . ) # install bgfx