Merge pull request #28 from Ondsel-Development/john-test

latest cmake change
This commit is contained in:
Adrián Insaurralde Avalos
2023-11-12 14:29:30 -03:00
committed by GitHub

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