/thirdparty/tinyxml/CMakeLists.txt
http://crashrpt.googlecode.com/ · CMake · 14 lines · 6 code · 5 blank · 3 comment · 0 complexity · ee77d54356a3651a585504d2c3901fc0 MD5 · raw file
- project(tinyxml)
-
- # Create the list of source files
- aux_source_directory( . source_files )
-
- # Define _UNICODE (use wide-char encoding)
- add_definitions(-D_UNICODE)
-
- fix_default_compiler_settings_()
-
- # Add library build target
- add_library(tinyxml STATIC ${source_files})
-
- set_target_properties(tinyxml PROPERTIES DEBUG_POSTFIX d )