Merge pull request #19 from Ondsel-Development/pkgconfig_install_fix

include GNUInstallDirs in /CmakeLists.txt - fixes wrong install path for pkgconfig con windows
This commit is contained in:
aiksiongkoh
2023-10-23 14:16:54 -06:00
committed by GitHub

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