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:
@ -18,6 +18,7 @@ set(pnTimer_SOURCES
|
||||
)
|
||||
|
||||
add_library(pnTimer STATIC ${pnTimer_HEADERS} ${pnTimer_SOURCES})
|
||||
target_link_libraries(pnTimer CoreLib)
|
||||
|
||||
source_group("Header Files" FILES ${pnTimer_HEADERS})
|
||||
source_group("Source Files" FILES ${pnTimer_SOURCES})
|
||||
|
Reference in New Issue
Block a user