Initial commit
This commit is contained in:
7
tests/data/cmake/CMakeLists.txt
Normal file
7
tests/data/cmake/CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
|
||||
project(testproject CXX)
|
||||
|
||||
add_executable(test_app main.cpp)
|
||||
|
||||
add_library(test_lib lib.cpp)
|
||||
Reference in New Issue
Block a user