Merge in unicode fixes
This commit is contained in:
parent
8fefcdf3c0
commit
9a2305e020
@ -20,9 +20,7 @@
|
|||||||
|
|
||||||
if(CXXOPTS_BUILD_EXAMPLES)
|
if(CXXOPTS_BUILD_EXAMPLES)
|
||||||
add_executable(example example.cpp)
|
add_executable(example example.cpp)
|
||||||
target_link_libraries(example cxxopts)
|
target_link_libraries(example cxxopts ${CXXOPTS_LINKER_LIBRARIES})
|
||||||
|
|
||||||
target_link_libraries(example ${CXXOPTS_LINKER_LIBRARIES})
|
|
||||||
|
|
||||||
if (MSVC)
|
if (MSVC)
|
||||||
target_compile_options(example PUBLIC /W2)
|
target_compile_options(example PUBLIC /W2)
|
||||||
|
|||||||
@ -1,8 +1,6 @@
|
|||||||
if (CXXOPTS_BUILD_TESTS)
|
if (CXXOPTS_BUILD_TESTS)
|
||||||
add_executable(options_test options.cpp)
|
add_executable(options_test options.cpp)
|
||||||
target_link_libraries(options_test cxxopts)
|
target_link_libraries(options_test cxxopts ${CXXOPTS_LINKER_LIBRARIES})
|
||||||
|
|
||||||
target_link_libraries(options_test ${CXXOPTS_LINKER_LIBRARIES})
|
|
||||||
|
|
||||||
if (MSVC)
|
if (MSVC)
|
||||||
target_compile_options(options_test PUBLIC /W2)
|
target_compile_options(options_test PUBLIC /W2)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user