Merge pull request #201 from thecodeshop/rm-cmake-tgt

remove extraneous cmake build targets
This commit is contained in:
Yukihiro "Matz" Matsumoto
2012-05-28 06:01:45 -07:00
3 changed files with 3 additions and 6 deletions
-1
View File
@@ -7,6 +7,5 @@ file(GLOB MRUBY_SRC_C "*.c")
list(APPEND MRUBY_SRC_C "${CMAKE_CURRENT_BINARY_DIR}/parse.c")
add_library(mruby_object OBJECT ${MRUBY_SRC_C} ${BISON_mruby_OUTPUTS})
add_library(mruby_static STATIC EXCLUDE_FROM_ALL $<TARGET_OBJECTS:mruby_object>)
# vim: ts=2 sts=2 sw=2 et