chore: Add project() statement to prevent noise in CMake logs

main
Niels Grewe 6 years ago committed by David Chisnall
parent 5578072611
commit 8e749db5ca

@ -1,4 +1,5 @@
cmake_minimum_required(VERSION 3.1)
project(test_cxx_runtime)
add_executable(test_cxx_runtime typeinfo_test.cc)
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "")

Loading…
Cancel
Save