aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@verizonmedia.com>2019-03-29 09:35:19 +0100
committerHåkon Hallingstad <hakon@verizonmedia.com>2019-03-29 09:35:19 +0100
commit75f5bb8d2884c7f98afce281ac2df59d7497c5d2 (patch)
tree3becb3773aef4b8f8c7343dadd85d36ba90f2167 /CMakeLists.txt
parent9bbf6145015c329b44d45a8bc449a10039a2a44f (diff)
Add athenz-identity-provider-service in parent CMakeLists.txt
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index eba69f6ed02..379b6c5830f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,6 +27,7 @@ include_directories(BEFORE ${CMAKE_BINARY_DIR}/configdefinitions/src)
add_subdirectory(application-model)
add_subdirectory(application-preprocessor)
+add_subdirectory(athenz-identity-provider-service)
add_subdirectory(chain)
add_subdirectory(component)
add_subdirectory(config-bundle)