Added empty tests files
This commit is contained in:
11
bench/CMakeLists.txt
Normal file
11
bench/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
function(glmCreateBenchGTC NAME)
|
||||
set(SAMPLE_NAME bench-${NAME})
|
||||
|
||||
add_executable(${SAMPLE_NAME} ${NAME}.cpp)
|
||||
endfunction(glmCreateBenchGTC)
|
||||
|
||||
add_subdirectory(core)
|
||||
add_subdirectory(gtc)
|
||||
add_subdirectory(gtx)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user