Update other test build files by hand for the new STC test

This commit is contained in:
New Pagodi
2019-03-10 23:37:09 -05:00
parent a4b688cb45
commit 5f39bb4157
4 changed files with 20 additions and 8 deletions

View File

@@ -63,6 +63,7 @@ set(TEST_GUI_SRC
controls/slidertest.cpp
controls/spinctrldbltest.cpp
controls/spinctrltest.cpp
controls/styledtextctrltest.cpp
controls/textctrltest.cpp
controls/textentrytest.cpp
controls/togglebuttontest.cpp
@@ -171,6 +172,9 @@ wx_exe_link_libraries(test_gui core)
if(wxUSE_RICHTEXT)
wx_exe_link_libraries(test_gui richtext)
endif()
if(wxUSE_STC)
wx_exe_link_libraries(test_gui stc)
endif()
if(wxUSE_MEDIACTRL)
wx_exe_link_libraries(test_gui media)
endif()