Files
cmake-language-server/tests/data/cmake/CMakeLists.txt
2019-11-12 01:57:28 +09:00

8 lines
129 B
CMake

cmake_minimum_required(VERSION 3.10)
project(testproject CXX)
add_executable(test_app main.cpp)
add_library(test_lib lib.cpp)