You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
318 B
14 lines
318 B
enable_language(C)
|
|
|
|
add_executable(myexe main.c)
|
|
|
|
install_files(/src FILES empty.c)
|
|
install_files(/src .c obj1)
|
|
install_files(/src "^obj2.c$")
|
|
|
|
install_targets(/bin myexe)
|
|
|
|
install_programs(/scripts1 FILES script script.bat)
|
|
install_programs(/scripts2 script script.bat)
|
|
install_programs(/scripts3 "^script(\.bat)?$")
|