mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-05 02:27:45 +00:00
Place executables in the bin dir
This commit is contained in:
parent
67089022bf
commit
07754c047c
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,9 +3,7 @@
|
||||
/doc/doxyxml
|
||||
/doc/html
|
||||
/Testing
|
||||
/*-test
|
||||
/install_manifest.txt
|
||||
/tinyformat_speed_test
|
||||
*~
|
||||
*.a
|
||||
*.zip
|
||||
|
@ -16,6 +16,8 @@ project(FORMAT)
|
||||
|
||||
message(STATUS "Build type: ${CMAKE_BUILD_TYPE}")
|
||||
|
||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
|
||||
|
||||
include(CheckCXXCompilerFlag)
|
||||
check_cxx_compiler_flag(-std=c++11 HAVE_STD_CPP11_FLAG)
|
||||
if (HAVE_STD_CPP11_FLAG)
|
||||
|
Loading…
Reference in New Issue
Block a user