[olympic,nostalgia] Make Applib an interface library that publicly exports applib.cpp
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
|
||||
add_library(
|
||||
OlympicApplib INTERFACE
|
||||
)
|
||||
|
||||
target_sources(
|
||||
OlympicApplib INTERFACE
|
||||
applib.cpp
|
||||
)
|
Reference in New Issue
Block a user