comparison tests/yaml/CMakeLists.txt @ 62:6b612e43bfee

cmake: prefix libraries with lib, closes #880 @10m
author David Demelier <markand@malikania.fr>
date Fri, 13 Jul 2018 12:27:30 +0200
parents e505b2708c99
children
comparison
equal deleted inserted replaced
61:b36a0d91bf7b 62:6b612e43bfee
18 18
19 cmake_minimum_required(VERSION 3.7) 19 cmake_minimum_required(VERSION 3.7)
20 project(test-yaml) 20 project(test-yaml)
21 add_subdirectory(../../yaml yaml-build-dir) 21 add_subdirectory(../../yaml yaml-build-dir)
22 add_executable(test-yaml main.cpp) 22 add_executable(test-yaml main.cpp)
23 target_link_libraries(test-yaml yaml) 23 target_link_libraries(test-yaml libyaml)