mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Clean up the linking mess in CMake.
(Of the library variety, not the book variety... although that's still confusingly similar terminology)
This commit is contained in:
@ -33,6 +33,7 @@ set(pnNetCommon_SOURCES
|
||||
)
|
||||
|
||||
add_library(pnNetCommon STATIC ${pnNetCommon_HEADERS} ${pnNetCommon_SOURCES})
|
||||
target_link_libraries(pnNetCommon pnAddrInfo plStatusLog)
|
||||
|
||||
source_group("Header Files" FILES ${pnNetCommon_HEADERS})
|
||||
source_group("Source Files" FILES ${pnNetCommon_SOURCES})
|
||||
|
Reference in New Issue
Block a user