Added tests to main repository
This commit is contained in:
12
test/CMakeLists.txt
Normal file
12
test/CMakeLists.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
function(glmCreateTestGTC NAME)
|
||||
set(SAMPLE_NAME test-${NAME})
|
||||
|
||||
add_executable(${SAMPLE_NAME} ${NAME}.cpp)
|
||||
endfunction(glmCreateTestGTC)
|
||||
|
||||
add_subdirectory(bug)
|
||||
add_subdirectory(core)
|
||||
add_subdirectory(gtc)
|
||||
add_subdirectory(gtx)
|
||||
add_subdirectory(img)
|
||||
|
||||
Reference in New Issue
Block a user