1cmake_minimum_required(VERSION 3.4.1)
2
3add_subdirectory( ./swappy )
4add_subdirectory( ./swappyVk )
5if (GAMESDK_BUILD_TUNINGFORK)
6  add_subdirectory( ./tuningfork )
7endif()
8