parent
0345d503ba
commit
514ebaf426
@ -39,8 +39,8 @@ endif()
|
||||
if(NANA_STATIC_STDLIB)
|
||||
target_link_libraries(nana
|
||||
PUBLIC
|
||||
$<$<CXX_COMPILER_ID:GNU>:-static-libgcc>
|
||||
$<$<CXX_COMPILER_ID:Clang>:-static-libstdc++>
|
||||
$<$<CXX_COMPILER_ID:GNU>:-static-libgcc -static-libstdc++>
|
||||
$<$<CXX_COMPILER_ID:Clang>:-static-libgcc -static-libstdc++>
|
||||
)
|
||||
endif()
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*
|
||||
/**
|
||||
* Paint Image Implementation
|
||||
* Nana C++ Library(http://www.nanapro.org)
|
||||
* Copyright(C) 2003-2019 Jinhao(cnjinhao@hotmail.com)
|
||||
@ -7,9 +7,8 @@
|
||||
* (See accompanying file LICENSE_1_0.txt or copy at
|
||||
* http://www.boost.org/LICENSE_1_0.txt)
|
||||
*
|
||||
* @file: nana/paint/image.cpp
|
||||
* @contributors:
|
||||
* nabijaczleweli(pr#106)
|
||||
* @file nana/paint/image.cpp
|
||||
* @contributors nabijaczleweli(pr#106)
|
||||
*/
|
||||
|
||||
#include <nana/push_ignore_diagnostic>
|
||||
|
Loading…
x
Reference in New Issue
Block a user