cmake(python): add examples/tests

This commit is contained in:
Mizux Seiha
2020-09-17 19:20:25 +02:00
parent 31e9f89cb0
commit c79eb91207

View File

@@ -12,7 +12,7 @@ endif()
if(BUILD_PYTHON_EXAMPLES)
file(GLOB PYTHON_SRCS "*.py")
foreach(FILE_NAME IN LISTS PYTHON_SRCS)
#add_python_test(${FILE_NAME})
add_python_test(${FILE_NAME})
endforeach()
endif()