-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from ketoo/develop
5.2.0
- Loading branch information
Showing
190 changed files
with
5,161 additions
and
4,965 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
add_subdirectory(Theron) | ||
add_subdirectory(protobuf) | ||
add_subdirectory(redis-cplusplus-client/msvc/anet_win32) | ||
IF( WIN32 ) | ||
add_subdirectory(redis-cplusplus-client/msvc/anet_win32) | ||
ELSE() | ||
add_subdirectory(redis-cplusplus-client) | ||
ENDIF() | ||
add_subdirectory(navigation) | ||
#add_subdirectory(libevent) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
set(ProjectName "redisclient") | ||
file(GLOB NFRedis_ROOT_C *.c) | ||
file(GLOB NFRedis_ROOT_Hpp *.h) | ||
|
||
add_library(redisclient | ||
${NFRedis_ROOT_C} | ||
${NFRedis_ROOT_Hpp}) | ||
|
||
set_target_properties( redisclient PROPERTIES OUTPUT_NAME_DEBUG "redisclient_d") | ||
set_target_properties( redisclient PROPERTIES PREFIX "") | ||
set_target_properties( redisclient PROPERTIES | ||
FOLDER "NFDeps" | ||
ARCHIVE_OUTPUT_DIRECTORY ${NFOutPutDir} | ||
RUNTIME_OUTPUT_DIRECTORY ${NFOutPutDir} | ||
LIBRARY_OUTPUT_DIRECTORY ${NFOutPutDir} ) |
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.