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)
|
||||
0
tests/data/cmake/lib.cpp
Normal file
0
tests/data/cmake/lib.cpp
Normal file
1
tests/data/cmake/main.cpp
Normal file
1
tests/data/cmake/main.cpp
Normal file
@@ -0,0 +1 @@
|
||||
int main(int argc, char *argv[]) { return 0; }
|
||||
Reference in New Issue
Block a user