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