Skip to content

Commit

Permalink
Moved cmake modules into resources/ folder for a cleaner project tree.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobgle committed Jun 14, 2016
1 parent 2567980 commit bd45a14
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ IF( DEBUG )
ADD_DEFINITIONS( -Wall -g )
ENDIF( DEBUG )

# For find VNC libs
SET( CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules )
# For finding VNC libs
SET( CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/resources/cmake/modules )

# Files
SET( aqemu_headers
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit bd45a14

Please sign in to comment.