aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-04-04 07:42:06 +0200
committerdec05eba <dec05eba@protonmail.com>2018-04-04 07:42:12 +0200
commit93abdfacc3814345ada7c756eeed982f6de09732 (patch)
tree81713cc9df6c8908c3961c1aacbade5622bc7de0 /src/main.cpp
parent1c584b45d46fa8cd4c1930ebbf0b4339fba25be1 (diff)
Add generated library file to parent project for cmake dependency
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 2 insertions, 0 deletions
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