include GNUInstallDirs in /CmakeLists.txt - fixes wrong install path for pkgconfig con windows.

This commit is contained in:
Adrián Insaurralde Avalos
2023-10-23 07:03:32 -03:00
committed by GitHub
parent 67326e8ccc
commit 0bbc791a5e

View File

@@ -5,6 +5,8 @@ project(OndselSolver VERSION 1.0.1 DESCRIPTION "Assembly Constraints and Multibo
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED True)
include(GNUInstallDirs)
set(ONDSEL_EXPORT
OndselSolver/Abs.cpp
OndselSolver/AbsConstraint.cpp