2016-01-05 23:01:17 +08:00
|
|
|
set(profile_src
|
|
|
|
Profile.h
|
|
|
|
Profile.cpp
|
2018-06-19 02:30:33 +08:00
|
|
|
pugiconfig.h
|
2016-01-05 23:01:17 +08:00
|
|
|
pugixml.cpp
|
2018-06-19 02:30:33 +08:00
|
|
|
pugixml.h
|
2016-01-05 23:01:17 +08:00
|
|
|
misc.h
|
|
|
|
misc.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
add_library(profile STATIC ${profile_src})
|
|
|
|
|
|
|
|
target_compile_options(profile PRIVATE
|
|
|
|
$<$<CONFIG:Release>:>
|
|
|
|
$<$<CONFIG:Debug>:>
|
|
|
|
)
|
|
|
|
|
|
|
|
#target_link_libraries(profile comctl32.lib)
|
|
|
|
|
|
|
|
#target_compile_definitions(profile
|
|
|
|
# PRIVATE
|
|
|
|
# _CRT_NON_CONFORMING_SWPRINTFS
|
|
|
|
#)
|