# Tries to find the RTS include directory find_path( RTS_INCLUDE_DIR rts_glShaderProgram.h HINTS $ENV{RTS_PATH}) SET (RTS_INCLUDE_DIRS ${RTS_INCLUDE_DIR}) FIND_PACKAGE_HANDLE_STANDARD_ARGS(RTS REQUIRED_VARS TRUE RTS_INCLUDE_DIR)