removed testappexe from main CMakeLists.txt file

This commit is contained in:
John Dupuy
2023-11-10 13:22:41 -06:00
committed by Adrián Insaurralde Avalos
parent c424009156
commit b3be7e5a0c

View File

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