Skip to main content

executable

実行ファイルを作る

ADD_EXECUTABLE(hello main.cpp)
WIN32 gui entrypoint
int __clrcall WinMain(
[in] HINSTANCE hInstance,
[in, optional] HINSTANCE hPrevInstance,
[in] LPSTR lpCmdLine,
[in] int nShowCmd
);
ADD_EXECUTABLE(hello WIN32 main.cpp)