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

« back to all changes in this revision

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

  • Committer: Pete Woods
  • Date: 2017-01-19 13:52:32 UTC
  • mto: This revision was merged to the branch mainline in revision 266.
  • Revision ID: pete.woods@canonical.com-20170119135232-oiyrjg6kbpw38gxw
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)