Skip to content

Commit cd40085

Browse files
committed
Reorganizing the directory structure
- src/backend/*.* moved to src/api/c/*.* - src/frontend/cpp renamed as src/api/cpp
1 parent 0e35ea8 commit cd40085

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+136
-70
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CMakeCache.txt
22
CMakeFiles/
3-
build/
3+
build*/
44
Makefile
55
cmake_install.cmake
66
**~

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ ENDIF(FREEIMAGE_FOUND)
2424
INCLUDE_DIRECTORIES(
2525
"${CMAKE_CURRENT_SOURCE_DIR}/include"
2626
"${CMAKE_CURRENT_SOURCE_DIR}/src/backend"
27+
"${CMAKE_CURRENT_SOURCE_DIR}/src/api/c"
2728
${FREEIMAGE_INCLUDE_PATH}
2829
)
2930

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)