I have a project that uses wxWidgets and in particular the stc module (in the contrib folder).  How do I specify the stc module for wxWidgets?  I tried the following the line in my CMakeLists.txt:<br><br>find_package(wxWidgets REQUIRED stc core base)<br>
<br>However, I get the following error:<br><br>Could NOT find wxWidgets (missing: wxWidgets_FOUND)<br><br>If I remove stc from the list everything works correctly.  When looking at FindwxWidgets.cmake I don&#39;t see any mention of stc or any of the modules in the contrib folder of wxWidgets.  What is the best way to include stc support in my project?<br>
<br>Thanks,<br>Trent Lillehaugen<br>