Relative Content

Tag Archive for c++visual-studiovisual-c++

Library Compile time configuration

Im working on a static library project in Visual Studio 2022 and I want to support per project compile time configurations. My goal would be to have a header file in the projects that reference this library and to have this header included in the library so that it can define compile time settings

Library Compile time configuration [c++][Visual Studio]

Im working on a static library project in Visual Studio 2022 and I want to support per project compile time configurations. My goal would be to have a header file in the projects that reference this library and to have this header included in the library so that it can define compile time settings