add missing stdexcept includes
This commit is contained in:
parent
670bae2585
commit
d995f77b53
5 changed files with 10 additions and 7 deletions
|
|
@ -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
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue