Revision 730c8b87275ca9a95f90cea745532f49d6fdd05d authored by Brad King on 12 July 2018, 12:41:20 UTC, committed by Brad King on 12 July 2018, 12:41:20 UTC
2 parent s f974000 + e014df7
Raw File
CMakeLists.txt
cmake_minimum_required(VERSION 2.6)
project(TestEmptyLibrary)

add_subdirectory(subdir)
back to top