Merge pull request #268 from AWoloszyn/update-cmake
CMake: Updated to better organize folders and options.
This commit is contained in:
commit
e2d06dbf60
10 changed files with 33 additions and 0 deletions
|
|
@ -18,6 +18,10 @@ if (TARGET gmock)
|
|||
)
|
||||
|
||||
add_executable(glslangtests ${TEST_SOURCES})
|
||||
set_property(TARGET glslangtests PROPERTY FOLDER tests)
|
||||
install(TARGETS glslangtests
|
||||
RUNTIME DESTINATION bin)
|
||||
|
||||
target_compile_definitions(glslangtests
|
||||
PRIVATE GLSLANG_TEST_DIRECTORY="${CMAKE_CURRENT_SOURCE_DIR}/../Test")
|
||||
target_include_directories(glslangtests PRIVATE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue