CMake/Tests/FindwxWidgets/Test/main.cpp
2023-03-08 16:39:38 -05:00

8 lines
65 B
C++

#include <wx/filefn.h>
int main()
{
wxGetCwd();
return 0;
}