Skip to content

Commit

Permalink
Build: Set output name to luabind09.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oberon00 committed Jun 12, 2013
1 parent 72d5be4 commit ebb7918
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ source_group("detail headers" FILES ${luabind_detail_HDRS})

set(CMAKE_DEBUG_POSTFIX "-d")
add_library(luabind ${luabind_SRCS} ${luabind_HDRS} ${luabind_detail_HDRS})
set_property(TARGET luabind PROPERTY OUTPUT_NAME "luabind09")

target_link_libraries(luabind ${LUA_LIBRARIES})

Expand Down

0 comments on commit ebb7918

Please sign in to comment.