mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Apple Xcode added qrenderdoc sources and headers
Hardcoded to Code, Styles, Widgets, Windows *.h*, *.c*, *.m* These files are not built by Xcode. They are in the Xcode project to support browsing qrenderdoc source code.
This commit is contained in:
committed by
Baldur Karlsson
parent
340a533715
commit
cf4ce8fc41
@@ -328,6 +328,9 @@ add_custom_target(build-qrenderdoc ALL DEPENDS QRenderDoc DEPENDS renderdoc DEPE
|
||||
if(APPLE)
|
||||
set_target_properties(build-qrenderdoc PROPERTIES XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING OFF)
|
||||
set_target_properties(build-qrenderdoc PROPERTIES XCODE_SCHEME_EXECUTABLE ${CMAKE_BINARY_DIR}/bin/qrenderdoc.app)
|
||||
|
||||
file(GLOB_RECURSE QRD_CODE_FILES Code/*.[h|c|m]* Styles/*.[h|c|m]* Widgets/*.[h|c|m]* Windows/*.[h|c|m]*)
|
||||
target_sources(build-qrenderdoc PRIVATE ${QRD_CODE_FILES})
|
||||
endif()
|
||||
|
||||
install (PROGRAMS ${CMAKE_BINARY_DIR}/bin/qrenderdoc DESTINATION bin)
|
||||
|
||||
Reference in New Issue
Block a user