Added CMakeToolsHelpers as an OPTIONAL dependency in the main build file. This

allows for easy debugging in vscode environments.
This commit is contained in:
Casey Langen 2017-05-29 16:37:19 -07:00
parent d75367b795
commit 1a0361ed03

View File

@ -11,6 +11,8 @@ set (musikbox_VERSION_MINOR 15)
set (musikbox_VERSION_PATCH 0)
set (musikbox_VERSION "${musikbox_VERSION_MAJOR}.${musikbox_VERSION_MINOR}.${musikbox_VERSION_PATCH}")
include(CMakeToolsHelpers OPTIONAL)
include(ExternalProject)
ExternalProject_Add(taglib