comparison fmt/CMakeLists.txt @ 28:c374a84a1fa9

fmt: rename cppformat to fmt
author David Demelier <markand@malikania.fr>
date Thu, 01 Dec 2016 13:09:43 +0100
parents 0e89df76cd77
children e315b3f0b31c
comparison
equal deleted inserted replaced
27:f7353f16bc70 28:c374a84a1fa9
15 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 # 17 #
18 18
19 cmake_minimum_required(VERSION 3.0) 19 cmake_minimum_required(VERSION 3.0)
20 project(cppformat) 20 project(fmt)
21 add_library(cppformat STATIC format.cc format.h) 21 add_library(fmt STATIC format.cc format.h)
22 target_include_directories(cppformat PUBLIC ${cppformat_SOURCE_DIR}) 22 target_include_directories(fmt PUBLIC ${fmt_SOURCE_DIR})