Skip to content

Commit

Permalink
cmp - revert glob includes, now use SRC and OTHER
Browse files Browse the repository at this point in the history
  • Loading branch information
claudioperez committed Jul 5, 2021
1 parent c338855 commit b93d5bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ include_directories(${PROJECT_SOURCE_DIR}/include)
include_directories(${PROJECT_SOURCE_DIR}/include/incl)
include_directories(${TCL_INCLUDE_DIRS})
file(GLOB_RECURSE ops_include_files CONFIGURE_DEPENDS
${PROJECT_SOURCE_DIR}/*.h
${OPS_SRC_DIR}/*.h
${OPS_BUNDLED_DIR}/*.h
)
set(OPS_INCLUDE_DIRS "")
foreach(filepath ${ops_include_files})
Expand Down

0 comments on commit b93d5bc

Please sign in to comment.