1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-09 20:32:43 +01:00
openrw/scripttool/CMakeLists.txt

9 lines
228 B
CMake
Raw Normal View History

2014-07-19 09:57:36 +02:00
SET(SCRIPTTOOL scripttool)
add_executable(${SCRIPTTOOL} main.cpp)
include_directories(${CMAKE_SOURCE_DIR}/rwengine/include)
2014-07-21 01:34:28 +02:00
target_link_libraries(${SCRIPTTOOL} rwengine)
2014-07-19 09:57:36 +02:00
install(TARGETS ${SCRIPTTOOL} RUNTIME DESTINATION bin)