Skip to content

Commit

Permalink
externalproject module added
Browse files Browse the repository at this point in the history
  • Loading branch information
bresilla committed Nov 1, 2019
1 parent 4dfd90f commit 34cc626
Show file tree
Hide file tree
Showing 3 changed files with 3,250 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ set(LOCEXT ncurses)

file(GLOB UTIL_FILES "${UTL_SRC}/*.hpp")
file(GLOB HEAD_FILES "${INC_SRC}/${PROJECT_NAME}/*.h" "${INC_SRC}/${PROJECT_NAME}/*.hpp")
file(GLOB CODE_FILES "${SRC_SRC}/*.c" "${SRC_SRC}/*.cpp")
file(GLOB CODE_FILES "${SRC_SRC}/${PROJECT_NAME}/*.c" "${SRC_SRC}/${PROJECT_NAME}/*.cpp")

add_library(${PROJECT_NAME} ${UTIL_FILES} ${HEAD_FILES} ${CODE_FILES})
target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_11)
Expand Down
Loading

0 comments on commit 34cc626

Please sign in to comment.