mirror of https://github.com/cutefishos/appmotor
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
297 B
CMake
16 lines
297 B
CMake
# Sub build: invoker
|
|
add_subdirectory(invoker)
|
|
|
|
# Sub build: launcher
|
|
add_subdirectory(launcher)
|
|
|
|
# Sub build: launcher library
|
|
add_subdirectory(launcherlib)
|
|
|
|
# Sub build: ebooster plugin
|
|
add_subdirectory(ebooster)
|
|
|
|
# Sub build: single-instance binary / library
|
|
add_subdirectory(single-instance)
|
|
|