1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-08-09 13:59:50 +00:00

Remove incredis and import it as a submodule.

This commit is contained in:
King_DuckZ 2016-07-14 17:30:45 +01:00
parent 7a3438def6
commit 2f6c4f3dab
29 changed files with 6 additions and 2543 deletions

View file

@ -26,7 +26,7 @@ function (add_shared_git_project SUBMODULE_PATH)
message(FATAL_ERROR "Couldn't make up a name for given project in \"${submod_path}\"")
endif()
string(MAKE_C_IDENTIFIER "${submod_path}" proj_name_c_id)
string(MAKE_C_IDENTIFIER "${proj_name_orig}" proj_name_c_id)
string(TOUPPER ${proj_name_c_id} proj_name)
get_property(shared_projects_list GLOBAL PROPERTY SHARED_PROJECTS_LIST)