6 lines
79 B
CMake
6 lines
79 B
CMake
set(rst_SRCS rst.c)
|
|
|
|
add_executable(rst ${rst_SRCS})
|
|
|
|
addauxinstalltarget(rst)
|