#the following "set" statetement exports across the project a global variable called TESTRUNNERSWITCHER_INC_FOLDER that expands to whatever needs to included when using tesrtrunnerswitcher library
set(TESTRUNNERSWITCHER_INC_FOLDER${CMAKE_CURRENT_LIST_DIR}/incCACHEINTERNAL"this is what needs to be included if using testrunnerswitcher header"FORCE)
set(INSTALL_H_FILES${INSTALL_H_FILES}"./testtools/testrunnerswitcher/inc/testrunnerswitcher.h"CACHEINTERNAL"Files that will be installed on the system")
set(INSTALL_H_FILES${INSTALL_H_FILES}"./testtools/testrunnerswitcher/inc/testmutex.h"CACHEINTERNAL"Files that will be installed on the system")