add missing stdexcept includes

This commit is contained in:
Patrick Brosi 2019-02-11 12:37:07 +01:00
parent 670bae2585
commit d995f77b53
5 changed files with 10 additions and 7 deletions

View file

@ -75,14 +75,14 @@ add_custom_target(
eval
COMMAND make
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}//eval
)
)
# handles install target
install(
FILES pfaedle.cfg DESTINATION etc/${PROJECT_NAME} COMPONENT config PERMISSIONS WORLD_READ
)
)
install(
FILES build/pfaedle DESTINATION bin
PERMISSIONS WORLD_EXECUTE COMPONENT binaries
)
)