mirror of
https://github.com/Kitware/CMake.git
synced 2025-06-24 13:13:18 +08:00
9 lines
90 B
C++
9 lines
90 B
C++
|
|
#include "framework.h"
|
|
#include "stdio.h"
|
|
|
|
void framework()
|
|
{
|
|
printf("framework\n");
|
|
}
|