mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 05:35:48 +00:00
Add missing renderdoccmd .h file to sources
Helpful for IDE project generation from CMake ie. xcode project
This commit is contained in:
committed by
Baldur Karlsson
parent
01a1549628
commit
833a63e639
@@ -1,4 +1,8 @@
|
||||
set(sources renderdoccmd.cpp)
|
||||
set(sources
|
||||
renderdoccmd.cpp
|
||||
renderdoccmd.h
|
||||
3rdparty/cmdline/cmdline.h
|
||||
)
|
||||
set(includes PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/3rdparty ${CMAKE_SOURCE_DIR}/renderdoc/api)
|
||||
set(libraries PRIVATE renderdoc)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user