From b3be7e5a0c6005b538d853bfe1358357486ad9e4 Mon Sep 17 00:00:00 2001 From: John Dupuy Date: Fri, 10 Nov 2023 13:22:41 -0600 Subject: [PATCH] removed testappexe from main CMakeLists.txt file --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 037b594..4707c02 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -617,7 +617,3 @@ install(TARGETS OndselSolver PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/OndselSolver) install(FILES ${CMAKE_BINARY_DIR}/OndselSolver.pc DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/pkgconfig) - -add_executable(testappexe testapp/OndselSolver.cpp) -target_link_libraries(testappexe OndselSolver) -target_include_directories(testappexe PUBLIC "../OndselSolver")