-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#156 - updated CMakeLists.txt to fix 'add_executable cannot create ta…
…rget because another target with the same name exists' error - trigger [gha] [appveyor]
- Loading branch information
Showing
2 changed files
with
45 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,21 @@ | ||
IDI_ICON1 ICON DISCARDABLE "images/socnetv.ico" | ||
1 VERSIONINFO | ||
FILEVERSION 3,2,0,0 | ||
PRODUCTVERSION 3,2,0,0 | ||
BEGIN | ||
BLOCK "StringFileInfo" | ||
BEGIN | ||
BLOCK "040904B0" // Locale and codepage: 0409 (English - United States), 04B0 (Unicode) | ||
BEGIN | ||
VALUE "CompanyName", "socnetv.org" | ||
VALUE "FileDescription", "SocNetV: Open-source social network analysis application based on Qt." | ||
VALUE "ProductName", "Social Network Visualizer" | ||
VALUE "LegalCopyright", "Copyright (C) 2024 Dimitris V. Kalamaras. GPLv3." | ||
END | ||
END | ||
BLOCK "VarFileInfo" | ||
BEGIN | ||
VALUE "Translation", 0x0409, 1200 | ||
END | ||
END | ||
|
||
IDI_ICON1 ICON "images/socnetv.ico" |