1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-07 19:32:49 +01:00
openrw/scripttool/CMakeLists.txt
2014-07-21 00:34:28 +01:00

9 lines
228 B
CMake

SET(SCRIPTTOOL scripttool)
add_executable(${SCRIPTTOOL} main.cpp)
include_directories(${CMAKE_SOURCE_DIR}/rwengine/include)
target_link_libraries(${SCRIPTTOOL} rwengine)
install(TARGETS ${SCRIPTTOOL} RUNTIME DESTINATION bin)