Files
bgfx.cmake/CMakeLists.txt
Joshua Brookover b030cbac0c Initial commit, only tested in Visual Studio 2015.
Supports building bgfx, tools, & examples.
Detects shader modifications and automatically recompiles them for DirectX11.
2016-09-05 18:51:13 -05:00

12 lines
268 B
CMake

# Copyright (c) 2016 Joshua Brookover
cmake_minimum_required( VERSION 3.0 )
project( bgfx )
set_property( GLOBAL PROPERTY USE_FOLDERS ON )
include( cmake/bx.cmake )
include( cmake/bgfx.cmake )
include( cmake/tools.cmake )
include( cmake/examples.cmake )