about summary refs log tree commit diff stats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 033e0b0..0618420 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -86,4 +86,5 @@ target_link_libraries(${PROJECT_NAME}
 set(CPACK_PACKAGE_VENDOR "ComradeCrow")
 set(CPACK_RESOURCE_FILE_LICENSE ${PROJECT_SOURCE_DIR}/LICENSE.txt)
 set(CPACK_RESOURCE_FILE_README ${PROJECT_SOURCE_DIR}/README.md)
+set(PROJECT_SOURCE_DIR "src")
 include(CPack)
\ No newline at end of file