comparison tests/libserver/id/CMakeLists.txt @ 57:9ccc36ba4725

CMake: use full path for a better vera++ integration
author David Demelier <markand@malikania.fr>
date Fri, 16 Dec 2016 14:54:29 +0100
parents d4f5f7231b84
children 913f59490e2d
comparison
equal deleted inserted replaced
56:b94bc48d16b8 57:9ccc36ba4725
17 # 17 #
18 18
19 malikania_create_test( 19 malikania_create_test(
20 NAME id 20 NAME id
21 LIBRARIES libcommon 21 LIBRARIES libcommon
22 SOURCES main.cpp 22 SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/main.cpp
23 ) 23 )