CMakeLists.txt
Raw
1project(orcsmasher)
2
3add_executable(orcsmasher main.c)
4
5install(TARGETS orcsmasher RUNTIME DESTINATION bin)
6