blender/intern/utfconv/CMakeLists.txt
Guillermo S. Romero d6fd5266d0 SVN maintenance.
2012-03-24 01:42:08 +00:00

25 lines
236 B
CMake

set(INC
.
)
set(INC_SYS
${GLEW_INCLUDE_PATH}
)
set(SRC
utfconv.c
utfconv.h
#utf_func.h
)
if(WIN32)
list(APPEND SRC
utf_winfunc.c
utf_winfunc.h
)
endif()
blender_add_lib(bf_intern_utfconv "${SRC}" "${INC}" "${INC_SYS}")