removed testappexe from main CMakeLists.txt file
This commit is contained in:
committed by
Adrián Insaurralde Avalos
parent
c424009156
commit
b3be7e5a0c
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user