diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2016-08-12 02:37:42 +0200 |
---|---|---|
committer | Yehonal <yehonal.azeroth@gmail.com> | 2016-08-12 02:40:23 +0200 |
commit | c1a76e07ff59988c53983aeb5ead7d88d10f3f33 (patch) | |
tree | f9d38127a42480480b4620b9422356a86b1b1671 /src/CMakeLists.txt | |
parent | 3972a1da631144a83aff7fe76961fdac5dd1c28a (diff) |
Another big repo refactoring, should be latest
I've restored old paths for scripts and flattened the src structure
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3f0f9d2b61..eceb541604 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -16,6 +16,8 @@ if(CMAKE_COMPILER_IS_GNUCXX AND NOT MINGW) add_definitions(-fno-delete-null-pointer-checks) endif() +add_subdirectory(genrev) + if( SERVERS ) set(sources_windows_Debugging ${CMAKE_SOURCE_DIR}/modules/acore/framework/Debugging/WheatyExceptionReport.cpp |