mirror of
https://github.com/bkaradzic/bgfx.cmake.git
synced 2026-02-17 21:12:35 +01:00
Switched to CC0 since it is recognized by GitHub
This commit is contained in:
10
cmake/3rdparty/fcpp.cmake
vendored
10
cmake/3rdparty/fcpp.cmake
vendored
@@ -1,4 +1,12 @@
|
||||
# Copyright (c) 2016 Joshua Brookover
|
||||
# bgfx.cmake - bgfx building in cmake
|
||||
# Written in 2016 by Joshua Brookover <josh@jalb.me>
|
||||
|
||||
# To the extent possible under law, the author(s) have dedicated all copyright
|
||||
# and related and neighboring rights to this software to the public domain
|
||||
# worldwide. This software is distributed without any warranty.
|
||||
|
||||
# You should have received a copy of the CC0 Public Domain Dedication along with
|
||||
# this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
file( GLOB FCPP_SOURCES ${BGFX_DIR}/3rdparty/fcpp/*.c ${BGFX_DIR}/3rdparty/fcpp/*.h )
|
||||
|
||||
|
||||
10
cmake/3rdparty/glsl-optimizer.cmake
vendored
10
cmake/3rdparty/glsl-optimizer.cmake
vendored
@@ -1,4 +1,12 @@
|
||||
# Copyright (c) 2016 Joshua Brookover
|
||||
# bgfx.cmake - bgfx building in cmake
|
||||
# Written in 2016 by Joshua Brookover <josh@jalb.me>
|
||||
|
||||
# To the extent possible under law, the author(s) have dedicated all copyright
|
||||
# and related and neighboring rights to this software to the public domain
|
||||
# worldwide. This software is distributed without any warranty.
|
||||
|
||||
# You should have received a copy of the CC0 Public Domain Dedication along with
|
||||
# this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
set( GLSL-OPTIMIZER_INCLUDES
|
||||
${BGFX_DIR}/3rdparty/glsl-optimizer/include
|
||||
|
||||
10
cmake/3rdparty/ib-compress.cmake
vendored
10
cmake/3rdparty/ib-compress.cmake
vendored
@@ -1,4 +1,12 @@
|
||||
# Copyright (c) 2016 Joshua Brookover
|
||||
# bgfx.cmake - bgfx building in cmake
|
||||
# Written in 2016 by Joshua Brookover <josh@jalb.me>
|
||||
|
||||
# To the extent possible under law, the author(s) have dedicated all copyright
|
||||
# and related and neighboring rights to this software to the public domain
|
||||
# worldwide. This software is distributed without any warranty.
|
||||
|
||||
# You should have received a copy of the CC0 Public Domain Dedication along with
|
||||
# this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
file( GLOB IB_COMPRESS_SOURCES ${BGFX_DIR}/3rdparty/ib-compress/*.cpp ${BGFX_DIR}/3rdparty/ib-compress/*.h )
|
||||
|
||||
|
||||
10
cmake/3rdparty/ocornut-imgui.cmake
vendored
10
cmake/3rdparty/ocornut-imgui.cmake
vendored
@@ -1,4 +1,12 @@
|
||||
# Copyright (c) 2016 Joshua Brookover
|
||||
# bgfx.cmake - bgfx building in cmake
|
||||
# Written in 2016 by Joshua Brookover <josh@jalb.me>
|
||||
|
||||
# To the extent possible under law, the author(s) have dedicated all copyright
|
||||
# and related and neighboring rights to this software to the public domain
|
||||
# worldwide. This software is distributed without any warranty.
|
||||
|
||||
# You should have received a copy of the CC0 Public Domain Dedication along with
|
||||
# this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
file( GLOB OCORNUT_IMGUI_SOURCES ${BGFX_DIR}/3rdparty/ocornut-imgui/*.cpp ${BGFX_DIR}/3rdparty/ocornut-imgui/*.h ${BGFX_DIR}/3rdparty/ocornut-imgui/*.inl )
|
||||
|
||||
|
||||
@@ -1,4 +1,12 @@
|
||||
# Copyright (c) 2016 Joshua Brookover
|
||||
# bgfx.cmake - bgfx building in cmake
|
||||
# Written in 2016 by Joshua Brookover <josh@jalb.me>
|
||||
|
||||
# To the extent possible under law, the author(s) have dedicated all copyright
|
||||
# and related and neighboring rights to this software to the public domain
|
||||
# worldwide. This software is distributed without any warranty.
|
||||
|
||||
# You should have received a copy of the CC0 Public Domain Dedication along with
|
||||
# this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
if( NOT BGFX_DIR )
|
||||
set( BGFX_DIR "${CMAKE_CURRENT_SOURCE_DIR}/bgfx" CACHE STRING "Location of bgfx." )
|
||||
|
||||
@@ -1,4 +1,12 @@
|
||||
# Copyright (c) 2016 Joshua Brookover
|
||||
# bgfx.cmake - bgfx building in cmake
|
||||
# Written in 2016 by Joshua Brookover <josh@jalb.me>
|
||||
|
||||
# To the extent possible under law, the author(s) have dedicated all copyright
|
||||
# and related and neighboring rights to this software to the public domain
|
||||
# worldwide. This software is distributed without any warranty.
|
||||
|
||||
# You should have received a copy of the CC0 Public Domain Dedication along with
|
||||
# this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
if( NOT BX_DIR )
|
||||
set( BX_DIR "${CMAKE_CURRENT_SOURCE_DIR}/bx" CACHE STRING "Location of bgfx." )
|
||||
|
||||
@@ -1,4 +1,12 @@
|
||||
# Copyright (c) 2016 Joshua Brookover
|
||||
# bgfx.cmake - bgfx building in cmake
|
||||
# Written in 2016 by Joshua Brookover <josh@jalb.me>
|
||||
|
||||
# To the extent possible under law, the author(s) have dedicated all copyright
|
||||
# and related and neighboring rights to this software to the public domain
|
||||
# worldwide. This software is distributed without any warranty.
|
||||
|
||||
# You should have received a copy of the CC0 Public Domain Dedication along with
|
||||
# this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
include( CMakeParseArguments )
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
# Copyright (c) 2016 Joshua Brookover
|
||||
# bgfx.cmake - bgfx building in cmake
|
||||
# Written in 2016 by Joshua Brookover <josh@jalb.me>
|
||||
|
||||
# To the extent possible under law, the author(s) have dedicated all copyright
|
||||
# and related and neighboring rights to this software to the public domain
|
||||
# worldwide. This software is distributed without any warranty.
|
||||
|
||||
# You should have received a copy of the CC0 Public Domain Dedication along with
|
||||
# this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
include( cmake/tools/shaderc.cmake )
|
||||
|
||||
@@ -1,4 +1,12 @@
|
||||
# Copyright (c) 2016 Joshua Brookover
|
||||
# bgfx.cmake - bgfx building in cmake
|
||||
# Written in 2016 by Joshua Brookover <josh@jalb.me>
|
||||
|
||||
# To the extent possible under law, the author(s) have dedicated all copyright
|
||||
# and related and neighboring rights to this software to the public domain
|
||||
# worldwide. This software is distributed without any warranty.
|
||||
|
||||
# You should have received a copy of the CC0 Public Domain Dedication along with
|
||||
# this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
include( CMakeParseArguments )
|
||||
|
||||
|
||||
@@ -1,4 +1,12 @@
|
||||
# Copyright (c) 2016 Joshua Brookover
|
||||
# ConfigureDebugging.cmake
|
||||
# Written in 2016 by Joshua Brookover <josh@jalb.me>
|
||||
|
||||
# To the extent possible under law, the author(s) have dedicated all copyright
|
||||
# and related and neighboring rights to this software to the public domain
|
||||
# worldwide. This software is distributed without any warranty.
|
||||
|
||||
# You should have received a copy of the CC0 Public Domain Dedication along with
|
||||
# this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
#
|
||||
# configure_debugging( TARGET [OPTIONS...] )
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user