mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +02:00
cppformat -> fmt
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
cmake_minimum_required(VERSION 2.8.12)
|
||||
|
||||
project(cppformat-test)
|
||||
project(fmt-test)
|
||||
|
||||
add_subdirectory(../.. cppformat)
|
||||
add_subdirectory(../.. fmt)
|
||||
|
||||
add_executable(library-test "main.cc")
|
||||
target_link_libraries(library-test cppformat)
|
||||
target_link_libraries(library-test fmt)
|
||||
|
||||
if (TARGET cppformat-header-only)
|
||||
if (TARGET fmt-header-only)
|
||||
add_executable(header-only-test "main.cc")
|
||||
target_link_libraries(header-only-test cppformat-header-only)
|
||||
target_link_libraries(header-only-test fmt-header-only)
|
||||
endif ()
|
||||
|
Reference in New Issue
Block a user