Specify uuid in CMakeLists.txt of unittest 64/235064/1
authorJongmin Lee <jm105.lee@samsung.com>
Tue, 2 Jun 2020 03:55:29 +0000 (12:55 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Tue, 2 Jun 2020 04:00:02 +0000 (13:00 +0900)
When buinding unittest, specify uuid library in CMakeLists.txt file
in order to avoid the undefiend reference to symbol 'uuid_unparse' error.

Change-Id: If3e7c3d5b1b5ca2f36cabc4a5b7f4c420558df87

unittest/CMakeLists.txt

index b85622e..b1ede86 100644 (file)
@@ -25,6 +25,7 @@ pkg_check_modules(widget-viewer_unittests REQUIRED
     appsvc
     ecore-wl2
     screen_connector_remote_surface_evas_mock
+    uuid
 )
 
 FOREACH(flag ${widget-viewer_unittests_CFLAGS})