1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-02 05:15:33 +00:00
openmw/apps/esmtool/CMakeLists.txt
2012-07-17 00:11:56 +04:00

20 lines
340 B
CMake

set(ESMTOOL
esmtool.cpp
)
source_group(apps\\esmtool FILES ${ESMTOOL})
# Main executable
add_executable(esmtool
${ESMTOOL}
)
target_link_libraries(esmtool
${Boost_LIBRARIES}
${TBB_LIBRARY}
components
)
#if (APPLE)
# find_library(CARBON_FRAMEWORK Carbon)
# target_link_libraries(openmw ${CARBON_FRAMEWORK})
#endif (APPLE)