diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index fa4d73b70..1102bf4bf 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -494,6 +494,8 @@ if(WIN32) # Build the windows MS-DOS console executable. add_executable(inkscape_com winconsole.cpp) + set_target_properties(inkscape_com + PROPERTIES LINK_FLAGS "-mconsole") endif() # make executables for inkscape and inkview |
