mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
11 lines
119 B
C++
11 lines
119 B
C++
|
|
#include "main.hpp"
|
|
|
|
int main(int argv, char** args)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
#include "sub/ui_PageB.h"
|
|
#include "ui_PageC.h"
|