Skip to content

Commit 16e9126

Browse files
committed
Add cmake config template file (incomplete)
For now, this acts as a test to see how both cmake's FetchContent module and CPM treats it.
1 parent d133301 commit 16e9126

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@PACKAGE_INIT@
2+
3+
message(NOTICE "RSP CMake Scripts Config file...")
4+
5+
# TODO: Test of variable...
6+
set(RSP_FOO "bar")

0 commit comments

Comments
 (0)