Updated cmake to better organize folders and options.
This adds solution folders that properly group gtest/glslang/hlsl. This also marks gtest options as advanced so they don't show up in cmake-gui by default.
This commit is contained in:
parent
97f4e0fe19
commit
db0eaf9887
10 changed files with 30 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
add_library(OSDependent STATIC ossource.cpp ../osinclude.h)
|
||||
set_property(TARGET OSDependent PROPERTY FOLDER glslang)
|
||||
|
||||
install(TARGETS OSDependent
|
||||
ARCHIVE DESTINATION lib)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue