mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-15 03:48:02 +08:00

Add new target Python::Module which take care of platform requirements for Python module development. Fixes: #18100
8 lines
61 B
C
8 lines
61 B
C
|
|
#include "display_time.h"
|
|
|
|
int main()
|
|
{
|
|
display_time();
|
|
}
|