mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -05:00
8 lines
92 B
C++
8 lines
92 B
C++
#include "UicOnly.hpp"
|
|
|
|
int main(int argc, char* argv[])
|
|
{
|
|
UicOnly uicOnly;
|
|
return 0;
|
|
}
|