Merge pull request #84 from ianhbell/patch-1

Make .h file accessible to superprojects
This commit is contained in:
Joachim Bauch
2018-05-18 09:18:18 +02:00
committed by GitHub
+1
View File
@@ -49,6 +49,7 @@ else ()
endif ()
add_library (MemoryModule STATIC MemoryModule.c MemoryModule.h)
target_include_directories(MemoryModule PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}")
if (NOT MSVC)
set_target_properties ("MemoryModule" PROPERTIES PREFIX "")
endif ()