snap
This commit is contained in:
parent
b2b09c60d8
commit
28006c38e5
14
include/testclass.h
Normal file
14
include/testclass.h
Normal file
@ -0,0 +1,14 @@
|
||||
//
|
||||
// Created by nb on 31.12.23.
|
||||
//
|
||||
|
||||
#ifndef GEOMETRY_TESTCLASS_H
|
||||
#define GEOMETRY_TESTCLASS_H
|
||||
|
||||
|
||||
class testclass {
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif //GEOMETRY_TESTCLASS_H
|
@ -1,6 +1,7 @@
|
||||
set(HEADER_LIST "${Geometry_SOURCE_DIR}/include/Geometry/dummy.h")
|
||||
|
||||
add_library(Geometry Dummy.cpp ${HEADER_LIST})
|
||||
add_library(Geometry Dummy.cpp ${HEADER_LIST}
|
||||
testclass.cpp)
|
||||
|
||||
target_include_directories(Geometry PUBLIC "${PROJECT_SOURCE_DIR}/include" "${PROJECT_SOURCE_DIR}/Geometry")
|
||||
|
||||
|
5
src/testclass.cpp
Normal file
5
src/testclass.cpp
Normal file
@ -0,0 +1,5 @@
|
||||
//
|
||||
// Created by nb on 31.12.23.
|
||||
//
|
||||
|
||||
#include "testclass.h"
|
Loading…
Reference in New Issue
Block a user