6 lines
116 B
CMake
6 lines
116 B
CMake
cmake_minimum_required (VERSION 3.19)
|
|
|
|
project (test_xcode_fail NONE)
|
|
|
|
add_subdirectory(subproject_two_object_libs)
|