Skip to content

Commit

Permalink
GHI #32 Add ops/implicit.h
Browse files Browse the repository at this point in the history
  • Loading branch information
doodspav committed May 6, 2024
1 parent 4886a90 commit a648206
Show file tree
Hide file tree
Showing 4 changed files with 500 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,11 @@ target_sources(
include/patomic/types/align.h
include/patomic/types/ids.h
include/patomic/types/memory_order.h
include/patomic/types/ops.h
include/patomic/types/options.h
include/patomic/types/transaction.h
# include/types/ops
include/patomic/types/ops/implicit.h
)

# add /src files to target
Expand Down
6 changes: 6 additions & 0 deletions include/patomic/types/ops.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#ifndef PATOMIC_OPS_H
#define PATOMIC_OPS_H

#include "ops/implicit.h"

#endif /* PATOMIC_OPS_H */
Loading

0 comments on commit a648206

Please sign in to comment.