Testing build

This commit is contained in:
Bradley Austin Davis 2019-06-05 16:17:19 -07:00
parent 0876a781f0
commit 8e1f4b5227

View file

@ -67,7 +67,7 @@ add_executable(${PROJECT_NAME} MACOSX_BUNDLE ${src_files})
set_target_properties(${PROJECT_NAME} PROPERTIES OUTPUT_NAME ${APP_NAME})
set_from_env(LAUNCHER_HMAC_SECRET LAUNCHER_HMAC_SECRET "")
target_compile_definitions(${PROJECT_NAME} PRIVATE LAUNCHER_HMAC_SECRET="${LAUNCHER_HMAC_SECRET}")
message("HMAC secret ${LAUNCHER_HMAC_SECRET}")
file(GLOB NIB_FILES "nib/*.xib")