summaryrefslogtreecommitdiff
path: root/src/tools/InjectResource/CMakeLists.txt
blob: 71d871e295b3d3402c6a8e8fdc4aecf042ea7b53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
remove_definitions(-DUNICODE)
remove_definitions(-D_UNICODE)
add_definitions(-MT)

add_executable(InjectResource InjectResource.cpp)

target_link_libraries(InjectResource
    ${STATIC_MT_CRT_LIB}
    ${STATIC_MT_VCRT_LIB}
)

install(TARGETS InjectResource EXPORT dactabletools DESTINATION dactabletools)