xo-ratio: bugfix: missing GNUInstallDirs in toplevel CMakeLists.txt

This commit is contained in:
Roland Conybeare 2024-04-23 15:52:45 -04:00
commit e0a347a23a

View file

@ -6,6 +6,7 @@ project(xo_ratio VERSION 1.0)
enable_language(CXX)
# common XO cmake macros (see proj/xo-cmake)
include(GNUInstallDirs)
include(cmake/xo-bootstrap-macros.cmake)
# ----------------------------------------------------------------