18 lines
488 B
CMake
18 lines
488 B
CMake
# Generated from rogue.pro.
|
|
|
|
#####################################################################
|
|
## rogue Binary:
|
|
#####################################################################
|
|
|
|
add_qt_executable(rogue
|
|
GUI
|
|
OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/statemachine/rogue"
|
|
INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/statemachine/rogue"
|
|
SOURCES
|
|
main.cpp
|
|
movementtransition.h
|
|
window.cpp window.h
|
|
LIBRARIES
|
|
Qt::Widgets
|
|
)
|