Textractor_test/vnr/profile/CMakeLists.txt

24 lines
367 B
CMake
Raw Normal View History

set(profile_src
Profile.h
Profile.cpp
2018-06-19 02:30:33 +08:00
pugiconfig.h
pugixml.cpp
2018-06-19 02:30:33 +08:00
pugixml.h
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
#)