mirror of
https://github.com/reactos/CMake.git
synced 2024-12-04 17:56:26 +00:00
0e434fcf04
By moving QtAutogen tests that run repeatedly to a new QtAutogenRerun test, the `ctest -R Qt[45]Autogen -j4` call runs approximately 25% faster.
7 lines
71 B
C++
7 lines
71 B
C++
#include "StyleA.hpp"
|
|
|
|
int main(int argv, char** args)
|
|
{
|
|
return 0;
|
|
}
|