Skip to content
Snippets Groups Projects
Commit fd2c09dc authored by Jan Reher's avatar Jan Reher
Browse files

quick test change

parent fd22dbcf
No related branches found
No related tags found
No related merge requests found
......@@ -4,12 +4,11 @@ project(apdTools)
find_package(Qt5 COMPONENTS Core Gui Widgets Network Xml)
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/../proddb-clientlib/)
INCLUDE_DIRECTORIES(/home/tau/jreher/git/proddb-clientlib/)
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/includes/)
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/proddb/)
LINK_DIRECTORIES(${CMAKE_SOURCE_DIR}/libs)
add_library(toolbox "toolbox.cpp" "serialListReader.h" "serialListReader.cxx")
add_library(proddbaccess "proddb/ProdDbAccess.cxx" "proddb/ProdDbAccess.h" "proddb/ProductionDatabase.cxx" "proddb/ProductionDatabase.h" "proddb/ProductionDatabaseApdStorage.cxx" "proddb/ProductionDatabaseApdStorage.h")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment