mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
8 lines
79 B
C++
8 lines
79 B
C++
#include "Obj.hpp"
|
|
|
|
int main(int argv, char** args)
|
|
{
|
|
Obj obj;
|
|
return 0;
|
|
}
|