comparison C++/Tests/DynLib/CMakeLists.txt @ 249:3b4ae8feca1c

Switch to GoogleTest finished #285
author David Demelier <markand@malikania.fr>
date Wed, 01 Oct 2014 14:38:25 +0200
parents ff2db0ed78f1
children 44dcc198bf0c
comparison
equal deleted inserted replaced
248:d157f4747676 249:3b4ae8feca1c
26 26
27 set( 27 set(
28 SOURCES 28 SOURCES
29 ${code_SOURCE_DIR}/C++/DynLib.cpp 29 ${code_SOURCE_DIR}/C++/DynLib.cpp
30 ${code_SOURCE_DIR}/C++/DynLib.h 30 ${code_SOURCE_DIR}/C++/DynLib.h
31 TestDynLib.cpp 31 main.cpp
32 TestDynLib.h
33 ) 32 )
34 33
35 define_test(dynlib "${SOURCES}") 34 define_test(dynlib "${SOURCES}")
36 35
37 # The extension for the system 36 # The extension for the system