-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMake packaging cleanup/fixes (#214)
* Renamed cmake modules to avoid collisions when installed, added SOVERSION and VERSION to aws-c-common * Use GNUInstallDirs to find where to install built libraries * PR Feedback: leave VERSION and SOVERSION up to leaf projects
- Loading branch information
1 parent
7d0b1ce
commit 95d9e6b
Showing
7 changed files
with
16 additions
and
10 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
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
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,4 +1,4 @@ | ||
include(LibFuzzer) | ||
include(AwsLibFuzzer) | ||
include(AwsTestHarness) | ||
enable_testing() | ||
|
||
|