diff options
author | madmaxoft <github@xoft.cz> | 2014-08-14 01:04:01 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-08-14 01:04:01 +0200 |
commit | 45068f9bf45fe952429bd200d9d9d747eeba61e8 (patch) | |
tree | 94adc35088c801f5f1842aa95578b06831da6b53 /src/CMakeLists.txt | |
parent | RankMgr: Fixed multithreading issues. (diff) | |
parent | CheckBasicStyle checks the src folder as well. (diff) | |
download | cuberite-45068f9bf45fe952429bd200d9d9d747eeba61e8.tar cuberite-45068f9bf45fe952429bd200d9d9d747eeba61e8.tar.gz cuberite-45068f9bf45fe952429bd200d9d9d747eeba61e8.tar.bz2 cuberite-45068f9bf45fe952429bd200d9d9d747eeba61e8.tar.lz cuberite-45068f9bf45fe952429bd200d9d9d747eeba61e8.tar.xz cuberite-45068f9bf45fe952429bd200d9d9d747eeba61e8.tar.zst cuberite-45068f9bf45fe952429bd200d9d9d747eeba61e8.zip |
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d6066b38b..738b53537 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -236,7 +236,7 @@ endif() # Generate a list of all source files: -set(ALLFILES "") +set(ALLFILES "${SRCS}" "${HDRS}") foreach(folder ${FOLDERS}) get_directory_property(FOLDER_SRCS DIRECTORY ${folder} DEFINITION SRCS) foreach (src ${FOLDER_SRCS}) |