This commit is contained in:
Karl-Wilfried Zimmer 2023-12-31 16:20:58 +01:00
parent f21f0adbd1
commit 9badee91e7
3 changed files with 1 additions and 21 deletions

View File

@ -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

View File

@ -1,7 +1,6 @@
set(HEADER_LIST "${Geometry_SOURCE_DIR}/include/Geometry/dummy.h") 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") target_include_directories(Geometry PUBLIC "${PROJECT_SOURCE_DIR}/include")

View File

@ -1,5 +0,0 @@
//
// Created by nb on 31.12.23.
//
#include "testclass.h"