Skip to content

Commit

Permalink
Added missing source directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonmcdonald committed Feb 21, 2010
1 parent 792a37c commit aec0f56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/CMakeLists.base.txt
Expand Up @@ -34,7 +34,9 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR})

auto_sources(SOURCES "*.cpp" "RECURSE" "${CMAKE_CURRENT_SOURCE_DIR}/php")
auto_sources(SOURCES2 "*.cpp" "RECURSE" "${CMAKE_CURRENT_SOURCE_DIR}/sys")
add_executable(program ${SOURCES} ${SOURCES2})
auto_sources(SOURCES3 "*.cpp" "RECURSE" "${CMAKE_CURRENT_SOURCE_DIR}/cls")
auto_sources(SOURCES4 "*.cpp" "RECURSE" "${CMAKE_CURRENT_SOURCE_DIR}/cpp")
add_executable(program ${SOURCES} ${SOURCES2} ${SOURCES3} ${SOURCES4})

add_library(libhphp_runtime STATIC IMPORTED)
SET_PROPERTY(TARGET libhphp_runtime PROPERTY IMPORTED_LOCATION "${HPHP_HOME}/bin/libhphp_runtime.a")
Expand Down

0 comments on commit aec0f56

Please sign in to comment.