23 lines
655 B
CMake
23 lines
655 B
CMake
# Generated from factorial.pro.
|
|
|
|
#####################################################################
|
|
## factorial Binary:
|
|
#####################################################################
|
|
|
|
add_qt_executable(factorial
|
|
GUI
|
|
OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/statemachine/factorial"
|
|
INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/statemachine/factorial"
|
|
SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
## Scopes:
|
|
#####################################################################
|
|
|
|
#### Keys ignored in scope 2:.:factorial.pro:WIN32:
|
|
# CONFIG = "console"
|
|
|
|
#### Keys ignored in scope 3:.:factorial.pro:APPLE_OSX:
|
|
# CONFIG = "-app_bundle"
|