mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 12:40:06 +00:00
85baac1503
This new CPack generator produces an *.msi installer file. Requires having the WiX Toolset installed in order to work properly. Download the WiX Toolset installer "WiX36.exe" here: http://wix.codeplex.com/releases/view/93929
7 lines
55 B
C++
7 lines
55 B
C++
#include "mylib.h"
|
|
|
|
int main()
|
|
{
|
|
mylib_function();
|
|
}
|