aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
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