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

fixed CMakeLists.txt to properly include library

parent 190f7260
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 2.8)
INCLUDE_DIRECTORIES(/home/tau/jreher/git/proddb-clientlib/)
LINK_DIRECTORIES(${CMAKE_SOURCE_DIR}/libs)
project(apdBatchSetter)
add_executable(${PROJECT_NAME} "main.cxx")
add_library(${PROJECT_SOURCE_DIR} "libproddbclient.so")
TARGET_LINK_LIBRARIES(${PROJECT_NAME} ProductionDatabase)
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