Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 9ff6b4b

Browse files
[[ cpptest ]] Specifies windows executable should use CONSOLE subsystem
1 parent b1b0933 commit 9ff6b4b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

config/cpptest.gypi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@
1313
[
1414
'<!@(ls -1 test/*.cpp)',
1515
],
16+
17+
'msvs_settings':
18+
{
19+
'VCLinkerTool':
20+
{
21+
'SubSystem': '1', # /SUBSYSTEM:CONSOLE
22+
},
23+
},
24+
1625
},
1726
],
1827

0 commit comments

Comments
 (0)