Add support for CMake

This commit is contained in:
Fadis 2013-11-28 02:10:47 +09:00
parent 403e83eaf0
commit e3cb3bae99
35 changed files with 583 additions and 1 deletions

View file

@ -0,0 +1 @@
subdirs( test )

View file

@ -0,0 +1,3 @@
add_executable( libs_utility_string_ref_test_string_ref string_ref.cpp )
set_target_properties( libs_utility_string_ref_test_string_ref PROPERTIES OUTPUT_NAME "string_ref" )
add_test( libs_utility_string_ref_test_string_ref string_ref )