Skip to content

Commit

Permalink
Reorganize include files in subdirectory.
Browse files Browse the repository at this point in the history
jeremyong committed Feb 22, 2014
1 parent 52da1a4 commit acc4748
Showing 21 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ endif(APPLE)

include_directories(include)
file(GLOB headers RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
include/*.h)
include/*.h include/selene/*.h)

add_executable(test ${CMAKE_CURRENT_SOURCE_DIR}/test/Test.cpp)
target_link_libraries(test lua)
4 changes: 2 additions & 2 deletions include/selene.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma once

#include "State.h"
#include "Tuple.h"
#include "selene/State.h"
#include "selene/Tuple.h"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit acc4748

Please sign in to comment.