Skip to content

Commit

Permalink
OpenCS as a separate app bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaykasyanov committed Nov 10, 2013
1 parent 224aa5d commit 04edd25
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/opencs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,17 @@ qt4_add_resources(OPENCS_RES_SRC ${OPENCS_RES})
include_directories(${CMAKE_CURRENT_BINARY_DIR})

add_executable(opencs
MACOSX_BUNDLE
${OPENCS_SRC}
${OPENCS_UI_HDR}
${OPENCS_MOC_SRC}
${OPENCS_RES_SRC}
)

if(APPLE)
set_target_properties(opencs PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${OpenMW_BINARY_DIR}")
endif(APPLE)

target_link_libraries(opencs
${Boost_LIBRARIES}
${QT_LIBRARIES}
Expand Down

0 comments on commit 04edd25

Please sign in to comment.