Make consistent use of CMAKE_CURRENT_*_DIR
CMakeLists.txt used CMAKE_CURRENT_SOURCE_DIR in some cases, but CMAKE_SOURCE_DIR in others, which made it impossible to include CAF into another project by using CMake's `add_subdirectory` command.
Showing
Please register or sign in to comment