diff --git a/CMake/CMakeLists.txt b/CMake/CMakeLists.txt index cdbc20f..0f1553f 100644 --- a/CMake/CMakeLists.txt +++ b/CMake/CMakeLists.txt @@ -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 "")