Skip to content

Commit

Permalink
Integrate external/priocpp/ into CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Grumbel committed Oct 9, 2020
1 parent 8dcf6b1 commit b6c88d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,9 @@ file(GLOB PINGUS_SOURCES_CXX RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
src/pingus/components/*.cpp
src/pingus/movers/*.cpp
src/pingus/particles/*.cpp
src/pingus/reader/*.cpp
src/pingus/screens/*.cpp
src/pingus/worldmap/*.cpp
src/pingus/worldobjs/*.cpp
src/reader/*.cpp
src/util/*.cpp
)

Expand All @@ -88,6 +86,7 @@ function(build_dependencies)
add_subdirectory(external/geomcpp/ EXCLUDE_FROM_ALL)
add_subdirectory(external/logmich/ EXCLUDE_FROM_ALL)
add_subdirectory(external/sexp-cpp/ EXCLUDE_FROM_ALL)
add_subdirectory(external/priocpp/ EXCLUDE_FROM_ALL)
add_subdirectory(external/strutcpp/ EXCLUDE_FROM_ALL)
add_subdirectory(external/xdgcpp/ EXCLUDE_FROM_ALL)
endfunction()
Expand All @@ -105,6 +104,7 @@ target_link_libraries(libpingus PUBLIC
argparser
geomcpp
logmich
prio
tinygettext
sexp
strut
Expand Down

0 comments on commit b6c88d7

Please sign in to comment.