There was an error while loading. Please reload this page.
1 parent 9a96784 commit 4209cf4Copy full SHA for 4209cf4
CMakeLists.txt
@@ -0,0 +1,7 @@
1
+add_library(plasma INTERFACE)
2
+
3
+target_sources(plasma INTERFACE
4
+ ${CMAKE_CURRENT_LIST_DIR}/thc.c
5
+)
6
7
+target_include_directories(plasma INTERFACE ${CMAKE_CURRENT_LIST_DIR})
0 commit comments