CMake: add headers test

This commit is contained in:
Maarten Bent
2020-07-23 20:30:36 +02:00
parent 6f968105b5
commit e9ce104e4a
2 changed files with 26 additions and 0 deletions

View File

@@ -14,5 +14,6 @@ if(wxUSE_GUI AND wxBUILD_TESTS STREQUAL "ALL")
add_subdirectory(drawing)
add_subdirectory(gui)
add_subdirectory(headers)
endif()