test-autodiff/test/CMakeLists.txt

7 lines
194 B
CMake
Raw Normal View History

file(GLOB V_GLOB LIST_DIRECTORIES true "*")
# list(FILTER V_GLOB EXCLUDE REGEX ".*ThirdParty")
foreach(item ${V_GLOB})
if(IS_DIRECTORY ${item})
add_subdirectory(${item})
endif()
endforeach()