Compare commits
No commits in common. "de1dc0dfe6e9c03f483353df61809aaec6ed7639" and "5fee7a3d19f61c65aeaba75410839e8382f57b7d" have entirely different histories.
de1dc0dfe6
...
5fee7a3d19
|
@ -1 +0,0 @@
|
|||
build
|
|
@ -1,7 +0,0 @@
|
|||
cmake_minimum_required(VERSION 3.10)
|
||||
project(MyNewLibrary VERSION 1.0
|
||||
DESCRIPTION "CHOOSE YOUR DESCRIPTION")
|
||||
#add_subdirectory(project2)
|
||||
add_library(${PROJECT_NAME} src/add.c)
|
||||
target_include_directories(${PROJECT_NAME} PUBLIC include)
|
||||
#target_link_libraries(${PROJECT_NAME} PUBLIC yourlibrary)
|
|
@ -1,3 +0,0 @@
|
|||
#pragma once
|
||||
|
||||
int add(int a,int b);
|
Loading…
Reference in New Issue