tests/CMakeLists.txt
changeset 10 d7ce0311ece2
parent 9 7768d68909e8
child 11 cf6519daa7fa
equal deleted inserted replaced
0:699561b418e4 1:df7c8aea9137
     6 LINK_DIRECTORIES(
     6 LINK_DIRECTORIES(
     7   # ${CMAKE_BINARY_DIR}/lemon
     7   # ${CMAKE_BINARY_DIR}/lemon
     8 )
     8 )
     9 
     9 
    10 ADD_EXECUTABLE(circulation
    10 ADD_EXECUTABLE(circulation
    11         circulation.cc
    11         circulation.cc main.cc
    12 )
    12 )
    13 
    13 
    14 TARGET_LINK_LIBRARIES(circulation
    14 TARGET_LINK_LIBRARIES(circulation
    15   lemon
    15   lemon
    16 )
    16 )