summaryrefslogtreecommitdiff
path: root/src/tools/CMakeLists.txt
blob: 87c3eae90f4a0fef2e045fd5487c1ac4a15e8432 (plain)
1
2
3
4
5
6
add_subdirectory(crossgen)

if(WIN32)
  add_subdirectory(GenClrDebugResource)
  add_subdirectory(InjectResource)
endif(WIN32)