-
Notifications
You must be signed in to change notification settings - Fork 450
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now moving to a more organized structure. The main folder is getting too cluttered. Frameworks and private frameworks will eventually be moved into their respective folders. Fixes #577 Fixes #587
- Loading branch information
Andrew Hyatt
committed
Dec 27, 2019
1 parent
2a4da38
commit d615079
Showing
899 changed files
with
36,645 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
project(frameworks) | ||
|
||
add_subdirectory(Kerberos) | ||
add_subdirectory(MapKit) |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
project(Kerberos) | ||
|
||
set(DYLIB_COMPAT_VERSION "5.0.0") | ||
set(DYLIB_CURRENT_VERSION "6.0.0") | ||
|
||
add_framework(Kerberos | ||
FAT | ||
CURRENT_VERSION | ||
VERSION "A" | ||
|
||
SOURCES | ||
src/Kerberos.c | ||
|
||
DEPENDENCIES | ||
system | ||
) |
Oops, something went wrong.