update
This commit is contained in:
parent
38004618a6
commit
35d509754f
8 changed files with 303 additions and 11 deletions
|
@ -4,8 +4,8 @@ add_library(pb_1 STATIC problem_1.cpp problem_1.hpp)
|
|||
|
||||
target_compile_definitions(pb_1 PUBLIC $<$<AND:$<CONFIG:Debug>,$<STREQUAL:$<CXX_COMPILER_ID>,GNU>>:_GLIBCXX_DEBUG>)
|
||||
|
||||
target_compile_options(pb_1 PUBLIC ${COMPILE_FLAGS})
|
||||
#target_compile_options(pb_1 PUBLIC ${COMPILE_FLAGS})
|
||||
|
||||
target_link_options(pb_1 PUBLIC ${LINKER_OPTIONS})
|
||||
#target_link_options(pb_1 PUBLIC ${LINKER_OPTIONS})
|
||||
|
||||
target_link_libraries(pb_1 PUBLIC ${LINKER_FLAGS})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue