Skip to content

Commit

Permalink
moved qtiocompressor from src/3rdparty/ to 3rdparty/qtiocompressor/
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.code.sf.net/p/mmapper/code/trunk/mmapper@190 14c008a5-6e10-0410-bf79-c100e0f1932b
  • Loading branch information
klember committed Aug 23, 2010
1 parent bb212ba commit 6a79cd0
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ include(${QT_USE_FILE})
find_package(OpenGL REQUIRED)

# Use bundled copy of qtiocompressor
set(QTIOCOMPRESSOR_INCLUDE_DIRS ${PROJECT_SOURCE_DIR}/src/3rdparty)
set(QTIOCOMPRESSOR_INCLUDE_DIRS ${PROJECT_SOURCE_DIR}/3rdparty/qtiocompressor)
set(QTIOCOMPRESSOR_LIBRARIES qtiocompressor)
add_subdirectory(src/3rdparty)
add_subdirectory(3rdparty/qtiocompressor)

if (NOT MINGW)
find_package(ZLIB REQUIRED)
Expand Down

0 comments on commit 6a79cd0

Please sign in to comment.