sync
This commit is contained in:
parent
0eebe25ea9
commit
b6691561e8
7 changed files with 58 additions and 51 deletions
16
examples/simple/CMakeLists.txt
Normal file
16
examples/simple/CMakeLists.txt
Normal file
|
@ -0,0 +1,16 @@
|
|||
set(paradiso_src
|
||||
main.cpp
|
||||
)
|
||||
|
||||
add_executable(
|
||||
paradiso
|
||||
${paradiso_src}
|
||||
)
|
||||
|
||||
target_link_libraries(paradiso
|
||||
paradiso_core
|
||||
)
|
||||
|
||||
target_include_directories(paradiso
|
||||
PRIVATE
|
||||
lib)
|
Loading…
Add table
Add a link
Reference in a new issue