~dobey/unity-api/add-simple-logger

« back to all changes in this revision

Viewing changes to test/gtest/unity/util/GlibMemory/CMakeLists.txt

  • Committer: Bileto Bot
  • Date: 2017-01-19 13:54:21 UTC
  • mfrom: (264.1.2 trunk)
  • Revision ID: ci-train-bot@canonical.com-20170119135421-po3yg9p4j50vux8l
unity::util - add Glib memory management utility functions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include_directories(${GLIB_INCLUDE_DIRS})
 
2
 
 
3
add_executable(GlibMemory_test
 
4
    GlibMemory_test.cpp
 
5
    )
 
6
 
 
7
target_link_libraries(GlibMemory_test
 
8
    ${TESTLIBS}
 
9
    ${GLIB_LDFLAGS}
 
10
    )
 
11
 
 
12
add_test(GlibMemory_test GlibMemory_test)