cmake(python): add examples/tests
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user