diff options
| author | Tannin <sherb@gmx.net> | 2015-12-07 20:09:34 +0100 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2015-12-07 20:09:34 +0100 |
| commit | 495846534d560f825819b7ee391e8c461ce76e4f (patch) | |
| tree | cd6b5c03cce72aaba8489ea61876313829c44a3a /src/CMakeLists.txt | |
| parent | fe8c3aaea58400425b9195bb670a1b4e8c9db10d (diff) | |
- no longer displaying "not logged in". This was too confusing for some
- fixed files missing from vfs if parent directory exists in real destination dir
- implemented plugin api to access current profile
- steam game detection now also works for 64-bit games
- removed reference to archive tab from tutorial
- usvfs log level is now taken from config
- some cleanup
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 030c0f18..313f7506 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -279,9 +279,6 @@ SET(project_path "${default_project_path}" CACHE PATH "path to the other mo proj SET(lib_path "${project_path}/../../install/libs") -MESSAGE(STATUS ${lib_path}) -MESSAGE(STATUS ${project_path}) - INCLUDE_DIRECTORIES(${project_path}/uibase/src ${project_path}/bsatk/src ${project_path}/esptk/src |
