We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e039372 commit a15e076Copy full SHA for a15e076
CMakeLists.txt
@@ -49,6 +49,7 @@ else ()
49
endif ()
50
51
add_library (MemoryModule STATIC MemoryModule.c MemoryModule.h)
52
+target_include_directories(MemoryModule PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}")
53
if (NOT MSVC)
54
set_target_properties ("MemoryModule" PROPERTIES PREFIX "")
55
0 commit comments