mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 20:19:53 +00:00
220c5dc45a
When the library language cannot be determined, make sure CMake errors, not segfaults (bug #11230)
5 lines
88 B
CMake
5 lines
88 B
CMake
cmake_minimum_required(VERSION 2.6)
|
|
project(TestEmptyLibrary)
|
|
|
|
add_subdirectory(subdir)
|