forked from longturn/freeciv21
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't include headers in CMakeLists.txt after all
The headers were added because Microsoft Visual Studio's "Solution" view doesn't show the headers. However, VS' built-in CMake handling doesn't use the solution view and is based on folders (much like CMake itself). There is no recommendation from the CMake side on how to handle this problem with CMake's built-in generators for Visual Studio. Following the VS documentation and the instructions added in longturn#999, one can get (at least) decent VS support with IntelliSense working. This doesn't require keeping the headers in the CMakeLists, so remove them for more idiomatic CMake code. This reverts part of commit 6e38a15. See longturn#1005.
- Loading branch information
Showing
15 changed files
with
4 additions
and
260 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
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
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
Oops, something went wrong.