From 93abdfacc3814345ada7c756eeed982f6de09732 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 4 Apr 2018 07:42:06 +0200 Subject: Add generated library file to parent project for cmake dependency --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 910380a..24ef61f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -83,6 +83,8 @@ using namespace std::chrono; // TODO: Auto export all symbols under windows (https://stackoverflow.com/questions/225432/export-all-symbols-when-creating-a-dll) +// TODO: Fix issue where when you have a dependency on a cmake project with dynamic library, the dynamic library wont be found at runtime for whatever reason + #if OS_FAMILY == OS_FAMILY_POSIX #define ferr std::cerr #else -- cgit v1.2.3