CMakeLists.txt 88 B

1234
  1. cmake_minimum_required(VERSION 2.6)
  2. project(TestEmptyLibrary)
  3. add_subdirectory(subdir)