aboutsummaryrefslogtreecommitdiff
path: root/src/rez/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/rez/CMakeLists.txt')
-rw-r--r--src/rez/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/rez/CMakeLists.txt b/src/rez/CMakeLists.txt
new file mode 100644
index 0000000..7a767fc
--- /dev/null
+++ b/src/rez/CMakeLists.txt
@@ -0,0 +1,9 @@
+target_include_directories(${PROJECT_NAME} PRIVATE ${CMAKE_CURRENT_LIST_DIR})
+target_sources(${PROJECT_NAME} PRIVATE
+ dir.cpp
+ entry.cpp
+ file.cpp
+ io.cpp
+ resource.cpp
+ rez.cpp
+)