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