mirror of
https://github.com/bkaradzic/bgfx.cmake.git
synced 2026-02-17 21:12:35 +01:00
Compare commits
22 Commits
v1.115.790
...
v1.115.795
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
29888bfb88 | ||
|
|
0133fc5cca | ||
|
|
3dc17e4d12 | ||
|
|
83e5c829c1 | ||
|
|
b64b46c01b | ||
|
|
b455d69ebc | ||
|
|
4702973847 | ||
|
|
7f96ef20a7 | ||
|
|
06ea813ee0 | ||
|
|
813fd9be03 | ||
|
|
417f8b82ef | ||
|
|
8ee2f954a2 | ||
|
|
e3b3cb5909 | ||
|
|
6c16c52a4f | ||
|
|
74592e610a | ||
|
|
b08be80829 | ||
|
|
3095512f37 | ||
|
|
d58b1d98c6 | ||
|
|
39387a2e04 | ||
|
|
20e0d21288 | ||
|
|
03435e280b | ||
|
|
d0b1c186bd |
2
bgfx
2
bgfx
Submodule bgfx updated: ad8e7eb974...6573fc44a8
2
bx
2
bx
Submodule bx updated: e50536ac03...f324ffad46
@@ -274,6 +274,7 @@ if( BGFX_BUILD_EXAMPLES )
|
||||
43-denoise
|
||||
44-sss
|
||||
45-bokeh
|
||||
46-fsr
|
||||
)
|
||||
|
||||
foreach( EXAMPLE ${BGFX_EXAMPLES} )
|
||||
|
||||
@@ -21,13 +21,6 @@ configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/generated/shader.cpp.in
|
||||
target_sources( bgfx-shader INTERFACE ${CMAKE_CURRENT_BINARY_DIR}/generated/shader.cpp )
|
||||
target_include_directories( bgfx-shader INTERFACE ${BGFX_DIR}/include )
|
||||
|
||||
add_library( bgfx-bounds INTERFACE )
|
||||
configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/generated/bounds.cpp.in
|
||||
${CMAKE_CURRENT_BINARY_DIR}/generated/bounds.cpp )
|
||||
target_sources( bgfx-bounds INTERFACE ${CMAKE_CURRENT_BINARY_DIR}/generated/bounds.cpp )
|
||||
target_include_directories( bgfx-bounds INTERFACE ${BGFX_DIR}/include )
|
||||
target_include_directories( bgfx-bounds INTERFACE ${BGFX_DIR}/examples/common )
|
||||
|
||||
# Frameworks required on OS X
|
||||
if( ${CMAKE_SYSTEM_NAME} MATCHES Darwin )
|
||||
find_library( COCOA_LIBRARY Cocoa )
|
||||
|
||||
@@ -15,7 +15,7 @@ include( cmake/3rdparty/meshoptimizer.cmake )
|
||||
add_executable( geometryc ${BGFX_DIR}/tools/geometryc/geometryc.cpp )
|
||||
target_compile_definitions( geometryc PRIVATE "-D_CRT_SECURE_NO_WARNINGS" )
|
||||
set_target_properties( geometryc PROPERTIES FOLDER "bgfx/tools" )
|
||||
target_link_libraries( geometryc bx bgfx-bounds bgfx-vertexlayout meshoptimizer )
|
||||
target_link_libraries( geometryc bx bgfx-vertexlayout meshoptimizer )
|
||||
if( BGFX_CUSTOM_TARGETS )
|
||||
add_dependencies( tools geometryc )
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user