2010-07-21 11:52:28 +00:00
|
|
|
set(ESMTOOL
|
|
|
|
esmtool_cmd.c
|
|
|
|
esmtool_cmd.h
|
|
|
|
esmtool.cpp
|
|
|
|
)
|
|
|
|
source_group(apps\\esmtool FILES ${ESMTOOL})
|
|
|
|
|
|
|
|
# Main executable
|
|
|
|
add_executable(esmtool
|
|
|
|
${ESMTOOL}
|
|
|
|
${MISC} ${MISC_HEADER}
|
2010-08-18 16:45:44 +00:00
|
|
|
${TO_UTF8}
|
2010-09-02 12:57:26 +00:00
|
|
|
${ESM}
|
2010-07-21 11:52:28 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(esmtool
|
|
|
|
${Boost_LIBRARIES}
|
|
|
|
)
|
|
|
|
|
|
|
|
#if (APPLE)
|
|
|
|
# find_library(CARBON_FRAMEWORK Carbon)
|
|
|
|
# target_link_libraries(openmw ${CARBON_FRAMEWORK})
|
|
|
|
#endif (APPLE)
|