Skip to content

Commit fbc37bd

Browse files
committed
Add CMakeList.txt
Signed-off-by: Ted Lyngmo <[email protected]>
1 parent 092fcf4 commit fbc37bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
project(timer_queue CXX)
2+
3+
add_library(timer_queue INTERFACE)
4+
5+
target_include_directories(timer_queue INTERFACE include)

0 commit comments

Comments
 (0)